diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-09 10:26:54 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-09 10:26:54 +0000 |
commit | 23998c8fc7bcdec503176858e245804d96eaa2ac (patch) | |
tree | 73e45dd811858103667d5407d45e83182be21ecb /www/wikindx/Makefile | |
parent | 4a640cf77cc0e396c22ed37ee73be6cd627642d4 (diff) |
Update to 3.2.3.
PR: ports/92989
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=155574
Diffstat (limited to 'www/wikindx/Makefile')
-rw-r--r-- | www/wikindx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/wikindx/Makefile b/www/wikindx/Makefile index ba8dd1688e31..c0c5ac1a5a88 100644 --- a/www/wikindx/Makefile +++ b/www/wikindx/Makefile @@ -6,11 +6,11 @@ # PORTNAME= wikindx -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wikindx -DISTNAME= wikindx3_2_2 +DISTNAME= wikindx3_2_3 MAINTAINER= babak@farrokhi.net COMMENT= Bibliographic and quotations/notes management system @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/wikindx3 PHP4_PORT?= www/mod_php4 WIKINDX?= www/data-dist/wikindx PLIST_SUB+= WIKINDX=${WIKINDX} -#SUB_FILES= pkg-message ROOTFILES= config.php index.php rss.php ROOTDIRS= attachments core docs files languages modules \ papers styles templates update @@ -43,7 +42,4 @@ do-install: .endfor .endif -#post-install: -# @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |