diff options
Diffstat (limited to 'www/twig/Makefile')
-rw-r--r-- | www/twig/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 667a73d2ddda..486829d48cb6 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -13,7 +13,9 @@ COMMENT= Web Based Email Client and Scheduler USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib .endif -NO_BUILD= YES +NO_STAGE= yes +NO_BUILD= yes + TWIG?= www/twig PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php test.php goto.php @@ -23,7 +25,6 @@ USERFILES= announcements.inc.php3 config.inc.php3 dbconfig.inc.php3 \ images.inc.php3 login.footer.inc.php3 login.form.php3 \ login.header.inc.php3 mainmenu.inc.php3 newusergroups.inc.php3 -NO_STAGE= yes do-install: -${MKDIR} ${PREFIX}/${TWIG}/config @(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${TWIG}/ ) |