aboutsummaryrefslogtreecommitdiff
path: root/www/twig
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-22 10:35:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-22 10:35:40 +0000
commit3c3cab5c9320cac11dcf47aef1f11e7b5adb8482 (patch)
tree956ef94e7ea5fb9a2c04c1e16f27da1e842eea71 /www/twig
parent4b21e74eb66f9e31116e82f4b9216d14419c5f44 (diff)
- handle WITH_APACHE2
Notes
Notes: svn path=/head/; revision=104912
Diffstat (limited to 'www/twig')
-rw-r--r--www/twig/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile
index a33ed069aa95..0a829cf216a9 100644
--- a/www/twig/Makefile
+++ b/www/twig/Makefile
@@ -34,6 +34,14 @@ 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
+.if defined(WITH_APACHE2)
+pre-everything::
+ @${ECHO_CMD} "#"
+ @${ECHO_CMD} "# this ports does not support Apache2"
+ @${ECHO_CMD} "#"
+ @${FALSE}
+.endif
+
do-install:
-${MKDIR} ${PREFIX}/${TWIG}/config
@(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${TWIG}/ )