diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-19 15:07:16 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-19 15:07:16 +0800 |
commit | 0ed5b582490b0f571facabec684418e0b5944ce1 (patch) | |
tree | 14af2faec68197e649e8cb159f6ebbdaa6eeb167 /Mk | |
parent | adbc00ae4d52fceddbfde346fd2d30d5663f8c8c (diff) | |
download | freebsd-ports-gnome-0ed5b582490b0f571facabec684418e0b5944ce1.tar.gz freebsd-ports-gnome-0ed5b582490b0f571facabec684418e0b5944ce1.tar.zst freebsd-ports-gnome-0ed5b582490b0f571facabec684418e0b5944ce1.zip |
Spit out the a proper port path for the describe target.
Submitted-By: Chuck Robey <chuckr@Glue.umd.edu>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 404a93666670..417867339ab4 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.207 1996/06/19 01:04:23 jkh Exp $ +# $Id: bsd.port.mk,v 1.208 1996/06/19 01:26:18 jkh Exp $ # # Please view me with 4 column tabs! @@ -1254,7 +1254,7 @@ depends-list: # .if !target(describe) describe: - @${ECHO} -n "${PKGNAME}|${.CURDIR}/${PKGNAME}|" + @${ECHO} -n "${PKGNAME}|${.CURDIR}|" @${ECHO} -n "${PREFIX}|" @if [ -f ${PKGDIR}/COMMENT ]; then \ ${ECHO} -n "`${CAT} ${PKGDIR}/COMMENT`"; \ |