mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark as broken on 7.x.
Reported by: krismail
This commit is contained in:
parent
be32bbb89f
commit
21fd7378f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183345
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue