diff options
-rw-r--r-- | www/phpwiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpwiki/Makefile b/www/phpwiki/Makefile index d596181dd1e5..716d368b805b 100644 --- a/www/phpwiki/Makefile +++ b/www/phpwiki/Makefile @@ -22,7 +22,7 @@ USE_PHP= ctype gettext pcre posix session tokenizer xml zlib .endif NO_BUILD= YES -PHPWIKI?= www/data-dist/phpwiki +PHPWIKI?= www/phpwiki PLIST_SUB+= PHPWIKI=${PHPWIKI} USERFILES= admin.php lib/config.php ROOTFILES= admin.php-dist index.php |