diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-08 22:10:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-08 22:10:45 +0000 |
commit | 7021149215c97bce23472fbe508fb88cf614f2ec (patch) | |
tree | 02e1694ea62744c7bcc01287b71e4c094de37df6 /math/pari/Makefile | |
parent | 9384e6337d76fcf96c666912527a4a5a67b06bed (diff) | |
download | pkgsrc-7021149215c97bce23472fbe508fb88cf614f2ec.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r-- | math/pari/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 1f6b9ed36fb..5ec47780e6a 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:03 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/08 22:10:45 kristerw Exp $ DISTNAME= pari-2.1.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/download/ \ ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ @@ -20,6 +20,7 @@ CONFIGURE_SCRIPT= ${WRKSRC}/Configure CONFIGURE_ARGS+= --prefix=${PREFIX} --share-prefix=${PREFIX}/share CONFIGURE_ARGS+= --graphic=X11 CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +CONFIGURE_ENV+= PERL5=${PERL5} CONFIGURE_ENV+= X11BASE=${X11BASE} TEST_TARGET= test-compat bench |