diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /www/wwwoffle | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) |
Notes
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 2f49b3923f9f..3ab54cc7ad6c 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -39,12 +39,6 @@ MAN1= wwwoffle.1 MAN5= wwwoffle.conf.5 MAN8= wwwoffled.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - .if ${WWWOFFLE_SPOOL} != "/var/spool/wwwoffle" # If using a non-standard spool, change all the documentation (and anything # else) to reflect that. @@ -60,4 +54,4 @@ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL} @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |