diff options
author | tron <tron@pkgsrc.org> | 2001-07-01 13:49:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-01 13:49:55 +0000 |
commit | c0d036809e2ed57969bc17361ebfaea3aea67576 (patch) | |
tree | 15974cbc4b4f60ef773dda822d8897ad16b96b09 /math/guppi/Makefile | |
parent | 007382edc5f0779f76ecd71b8e9d02c742b4aa23 (diff) | |
download | pkgsrc-c0d036809e2ed57969bc17361ebfaea3aea67576.tar.gz |
Fix package list problem caused by version bumb.
Diffstat (limited to 'math/guppi/Makefile')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 28acf05658b..96a9b24eb4e 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/01 11:01:45 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/01 13:49:55 tron Exp $ DISTNAME= Guppi-0.35.5 PKGNAME= guppi-0.35.5nb1 @@ -20,7 +20,7 @@ USE_X11BASE= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PLIST_SUBST+= LOCALBASE=${LOCALBASE} \ - PKGVERSION=${PKGNAME:S/guppi-//} + PKGVERSION=${PKGNAME:C/.*-//:C/nb.*//} post-install: ${TEST} ${PREFIX} = ${LOCALBASE} || \ |