aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/admuser/Makefile8
-rw-r--r--www/chpasswd/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/www/admuser/Makefile b/www/admuser/Makefile
index f30ba1a34765..bc08df3733e1 100644
--- a/www/admuser/Makefile
+++ b/www/admuser/Makefile
@@ -20,13 +20,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/admuser \
--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
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile
index 7142642014d4..5711de17dbc4 100644
--- a/www/chpasswd/Makefile
+++ b/www/chpasswd/Makefile
@@ -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>