aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2007-01-26 23:12:48 +0800
committerjmelo <jmelo@FreeBSD.org>2007-01-26 23:12:48 +0800
commit58fe822f938842252223d8861b4a7cc9263d75a9 (patch)
tree5e20de90b5877d8cdeb4af8de593f3173a32c812 /www
parent2abff6342a3e4458db6d0d7f2566598d02253d3a (diff)
downloadfreebsd-ports-gnome-58fe822f938842252223d8861b4a7cc9263d75a9.tar.gz
freebsd-ports-gnome-58fe822f938842252223d8861b4a7cc9263d75a9.tar.zst
freebsd-ports-gnome-58fe822f938842252223d8861b4a7cc9263d75a9.zip
- Mark as broken on 7.x.
Reported by: krismail
Diffstat (limited to 'www')
-rw-r--r--www/chpasswd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile
index 5711de17dbc4..7142642014d4 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} >= 700000)
+BROKEN= Does not compile on 7.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>