aboutsummaryrefslogtreecommitdiff
path: root/share
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
commitd79a958dcfae271f76301fdf464a1a0140c8d925 (patch)
tree89f54150465d4227fd8283fcc5f59d0442e85ab2 /share
parent0157d6d925272363d8f6dc09a7cf2b0a66e4bb70 (diff)
downloadsrc-d79a958dcfae271f76301fdf464a1a0140c8d925.tar.gz
src-d79a958dcfae271f76301fdf464a1a0140c8d925.zip
Notes
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 404a93666670..417867339ab4 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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`"; \