summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-18 08:24:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-18 08:24:18 +0000
commitd43e6015addaa6a47a94df1d26abe1ad5ab0887f (patch)
tree39ea90d9f0e2cdcd2c0d11692c661b8665d54b1f
parentUse PKGNAME instead of DISTNAME in messages. To avoid things like (diff)
Use PKGNAME in the "describe" target (used to generate INDEX) too.
Didn't make sense to have two ports with the same name.
Notes
Notes: svn path=/head/; revision=1449
-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 ee1e89d7faae..68eb27bb982a 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.140 1995/04/17 06:39:05 asami Exp $
+# $Id: bsd.port.mk,v 1.141 1995/04/18 08:18:27 asami Exp $
#
# Please view me with 4 column tabs!
@@ -372,7 +372,7 @@ patch:
#
.if !target(describe)
describe:
- @echo -n "${DISTNAME}|${.CURDIR}/${DISTNAME}|"
+ @echo -n "${PKGNAME}|${.CURDIR}/${PKGNAME}|"
@echo -n "${PREFIX}|"
@if [ -f ${PKGDIR}/COMMENT ]; then \
echo -n "`cat ${PKGDIR}/COMMENT`"; \