summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-19 07:07:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-19 07:07:16 +0000
commitcf155a856414f434dc71b767827b389c90b065b5 (patch)
tree387742838293f38210d1c322da8b8e69553375b3 /Mk/bsd.port.mk
parentOk, now cleandir: is correct. (diff)
Spit out the a proper port path for the describe target.
Submitted-By: Chuck Robey <chuckr@Glue.umd.edu>
Notes
Notes: svn path=/head/; revision=3253
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
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`"; \