diff options
author | hans <hans@pkgsrc.org> | 2011-11-25 23:47:16 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-25 23:47:16 +0000 |
commit | 1b41c5ead5f8147f417625302c9c6b5f72d36c01 (patch) | |
tree | 8eb7105b46ef89f930b3a66c597bf29c7a5439fa /math | |
parent | 88cd580451c5ab4218af8086aa7c368d19df3e30 (diff) | |
download | pkgsrc-1b41c5ead5f8147f417625302c9c6b5f72d36c01.tar.gz |
revision bump (PLIST change)
Diffstat (limited to 'math')
-rw-r--r-- | math/clisp-pari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/clisp-pari/Makefile b/math/clisp-pari/Makefile index c050d1c97ba..aa30d7c2527 100644 --- a/math/clisp-pari/Makefile +++ b/math/clisp-pari/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/04/20 22:23:57 hans Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/25 23:47:16 hans Exp $ # CLISP_MODULE= pari PKGNAME= clisp-$(CLISP_MODULE)-$(CLISP_VERSION) +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=clisp/) |