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 | 02b271cee0c33cede34bfe44ed189b2cc74900f2 (patch) | |
tree | 8eb7105b46ef89f930b3a66c597bf29c7a5439fa | |
parent | 36f54995b03305c31313a6e63e899b59c7c49ef7 (diff) | |
download | pkgsrc-02b271cee0c33cede34bfe44ed189b2cc74900f2.tar.gz |
revision bump (PLIST change)
-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/) |