aboutsummaryrefslogtreecommitdiff
path: root/www/chpasswd/Makefile
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-11-28 11:53:39 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-11-28 11:53:39 +0000
commit6f77465c414326dab827264b4348440c68c78b9e (patch)
tree39f949c1684663f49ff86671ed9e49f37b6b22fc /www/chpasswd/Makefile
parent147e04522b3ff469d2707e9a418c5c1d2e832169 (diff)
downloadports-6f77465c414326dab827264b4348440c68c78b9e.tar.gz
ports-6f77465c414326dab827264b4348440c68c78b9e.zip
- unbreak gcc42
- Bump portrevision - update mastersites. PR: ports/117928 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=202856
Diffstat (limited to 'www/chpasswd/Makefile')
-rw-r--r--www/chpasswd/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile
index 7142642014d4..b765e943f114 100644
--- a/www/chpasswd/Makefile
+++ b/www/chpasswd/Makefile
@@ -7,9 +7,9 @@
PORTNAME= chpasswd
PORTVERSION= 2.2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= orsochpasswd
MAINTAINER= jmelo@FreeBSD.org
@@ -21,16 +21,10 @@ 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.post.mk>
+.include <bsd.port.mk>