diff options
author | tron <tron> | 2001-09-24 09:51:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-24 09:51:09 +0000 |
commit | 73180b09352f0c4b25d0f601641bc5eedd710238 (patch) | |
tree | f91742d50782ac8effa7ec836f8aa801ed9fb399 /math | |
parent | 67e999b20326a1dfe6012e446617a0c2164e2677 (diff) | |
download | pkgsrc-73180b09352f0c4b25d0f601641bc5eedd710238.tar.gz |
"PKGVERSION" is now in "PLIST_SUBST" by default.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 5 |
1 files changed, 2 insertions, 3 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} || \ |