summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-09-23 21:25:49 +0000
committertron <tron>2001-09-23 21:25:49 +0000
commit57b3185bf9846c23c40db548625f4371fa61c0c1 (patch)
tree061775b1e80288efd6703aa9016397cb58d1c7e6
parent19a854b734a0e7f7a31acb99757a3cc56f42882c (diff)
downloadpkgsrc-57b3185bf9846c23c40db548625f4371fa61c0c1.tar.gz
Use predefined variable "${PKGVERSION}" in "PLIST_SUBST".
-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"