summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:25:49 +0000
committertron <tron>2001-09-23 21:25:49 +0000
commit832f7a9f1a7754c6d392bd21c08b4a0ef6c03461 (patch)
tree061775b1e80288efd6703aa9016397cb58d1c7e6 /net
parent39c4a593d34ab73a5457467b505bee1707ed84a0 (diff)
downloadpkgsrc-832f7a9f1a7754c6d392bd21c08b4a0ef6c03461.tar.gz
Use predefined variable "${PKGVERSION}" in "PLIST_SUBST".
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index ee483537e6a..7d51933b550 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2001/07/16 12:57:05 itojun Exp $
+# $NetBSD: Makefile,v 1.50 2001/09/23 21:25:49 tron Exp $
DISTNAME= ethereal-0.8.19
CATEGORIES= net
@@ -24,6 +24,6 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \
--with-ucdsnmp=${LOCALBASE}
LIBS+= -lcrypto
-PLIST_SUBST+= PKGVERSION=${PKGNAME:S/ethereal-//}
+PLIST_SUBST+= PKGVERSION="${PKGVERSION}"
.include "../../mk/bsd.pkg.mk"