diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 20:19:10 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 20:19:10 +0000 |
commit | 3e84001fc562c1a210444ec6fcbb80e7ec01a227 (patch) | |
tree | 8c6ce1cc9d38e871b2ed339d34fe023bf855c02e | |
parent | 01995fb4eb2383809a8199895e61f434a73fb5ce (diff) | |
download | ports-3e84001fc562c1a210444ec6fcbb80e7ec01a227.tar.gz ports-3e84001fc562c1a210444ec6fcbb80e7ec01a227.zip |
Notes
-rw-r--r-- | www/wikindx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wikindx/Makefile b/www/wikindx/Makefile index 4d590e11d1aa..559efec3bea3 100644 --- a/www/wikindx/Makefile +++ b/www/wikindx/Makefile @@ -7,6 +7,7 @@ PORTNAME= wikindx PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wikindx @@ -19,7 +20,7 @@ USE_PHP= session mysql NO_BUILD= YES WRKSRC= ${WRKDIR}/wikindx3 -WIKINDX?= www/data-dist/wikindx +WIKINDX?= www/wikindx PLIST_SUB+= WIKINDX=${WIKINDX} ROOTFILES= config.php index.php rss.php ROOTDIRS= attachments core docs files languages modules \ |