summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-09-23 21:25:49 +0000
committertron <tron@pkgsrc.org>2001-09-23 21:25:49 +0000
commitd5c160e2277658fc0e7d11122e43c3b8344c94c6 (patch)
tree061775b1e80288efd6703aa9016397cb58d1c7e6 /net/ethereal
parent6be67edaa87f5c9ecde8833bd25dcc196ff6e236 (diff)
downloadpkgsrc-d5c160e2277658fc0e7d11122e43c3b8344c94c6.tar.gz
Use predefined variable "${PKGVERSION}" in "PLIST_SUBST".
Diffstat (limited to 'net/ethereal')
-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"