diff options
author | tron <tron@pkgsrc.org> | 2001-09-24 09:51:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-24 09:51:09 +0000 |
commit | 5517ff36255e1e3501b7d3f283bf13ba58347531 (patch) | |
tree | f91742d50782ac8effa7ec836f8aa801ed9fb399 | |
parent | 85ee00aa9d4e64be8c07fc0418462d6305d83ca6 (diff) | |
download | pkgsrc-5517ff36255e1e3501b7d3f283bf13ba58347531.tar.gz |
"PKGVERSION" is now in "PLIST_SUBST" by default.
-rw-r--r-- | math/guppi/Makefile | 5 | ||||
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/Makefile | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 96a9b24eb4e..36272958b4f 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/07/01 13:49:55 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/24 10:36:12 tron Exp $ DISTNAME= Guppi-0.35.5 PKGNAME= guppi-0.35.5nb1 @@ -19,8 +19,7 @@ USE_LIBTOOL= YES USE_X11BASE= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -PLIST_SUBST+= LOCALBASE=${LOCALBASE} \ - PKGVERSION=${PKGNAME:C/.*-//:C/nb.*//} +PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: ${TEST} ${PREFIX} = ${LOCALBASE} || \ 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" diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 02b5c8fee1b..bffce56ef03 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/09/23 21:23:59 tron Exp $ +# $NetBSD: Makefile,v 1.28 2001/09/24 09:51:34 tron Exp $ DISTNAME= zsh-4.0.2 CATEGORIES= shells @@ -15,7 +15,6 @@ COMMENT= The Z shell GNU_CONFIGURE= yes INFO_FILES= zsh.info -PLIST_SUBST+= PKGVERSION="${PKGVERSION}" .include "../../mk/bsd.prefs.mk" |