diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-22 18:35:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-22 18:35:40 +0800 |
commit | 66302944a506a013d81992ada7822dc633e4b336 (patch) | |
tree | 17db4285b05844f816164a61f0367b389772711d /www | |
parent | bbbc9e1493b74164dea470053ea8ff20cb85052e (diff) | |
download | freebsd-ports-gnome-66302944a506a013d81992ada7822dc633e4b336.tar.gz freebsd-ports-gnome-66302944a506a013d81992ada7822dc633e4b336.tar.zst freebsd-ports-gnome-66302944a506a013d81992ada7822dc633e4b336.zip |
- handle WITH_APACHE2
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 8 |
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}/ ) |