1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Now builds on 7.x

This commit is contained in:
Kris Kennaway 2007-02-27 04:36:48 +00:00
parent 9178e954b8
commit becf338874
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186060
2 changed files with 2 additions and 14 deletions

View File

@ -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>

View File

@ -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>