aboutsummaryrefslogtreecommitdiff
path: root/www/chpasswd/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:47:13 +0000
commit13e49e647b4d73a2ad9d8909957a79dfe6e48287 (patch)
treed57c2ddaf288a011a8c8550c12646b866f381607 /www/chpasswd/Makefile
parentae26427c632d542ce91328588fe34a5d92130a17 (diff)
downloadports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.tar.gz
ports-13e49e647b4d73a2ad9d8909957a79dfe6e48287.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118221
Diffstat (limited to 'www/chpasswd/Makefile')
-rw-r--r--www/chpasswd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile
index be9348a64116..223ede1b084d 100644
--- a/www/chpasswd/Makefile
+++ b/www/chpasswd/Makefile
@@ -21,10 +21,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
--enable-language=English \
--enable-cgidir=${PREFIX}/www/cgi-bin
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-install:
@${MKDIR} ${PREFIX}/www/cgi-bin
post-install:
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>