print the PKGNAME of a port

2009-10-16 Thread Matthias Apitz
Hello, For the ports in /usr/ports is there a way to print the resulting PKGNAME of a given port, like: # cd /usr/ports/x11/kde3 # make name kde-3.5.10_2 # for this test above I just added the following lines at the end of the Makefile after the include line: .include bsd.port.mk name:

Re: print the PKGNAME of a port

2009-10-16 Thread Joerg Pulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 16 Oct 2009, Matthias Apitz wrote: Hello, For the ports in /usr/ports is there a way to print the resulting PKGNAME of a given port, like: # cd /usr/ports/x11/kde3 # make name kde-3.5.10_2 # Try the following: # cd