summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-09-24 09:51:09 +0000
committertron <tron@pkgsrc.org>2001-09-24 09:51:09 +0000
commit5517ff36255e1e3501b7d3f283bf13ba58347531 (patch)
treef91742d50782ac8effa7ec836f8aa801ed9fb399 /net/ethereal
parent85ee00aa9d4e64be8c07fc0418462d6305d83ca6 (diff)
downloadpkgsrc-5517ff36255e1e3501b7d3f283bf13ba58347531.tar.gz
"PKGVERSION" is now in "PLIST_SUBST" by default.
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 7d51933b550..5630689e2d3 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2001/09/23 21:25:49 tron Exp $
+# $NetBSD: Makefile,v 1.51 2001/09/24 09:51:09 tron Exp $
DISTNAME= ethereal-0.8.19
CATEGORIES= net
@@ -24,6 +24,4 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \
--with-ucdsnmp=${LOCALBASE}
LIBS+= -lcrypto
-PLIST_SUBST+= PKGVERSION="${PKGVERSION}"
-
.include "../../mk/bsd.pkg.mk"