1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

BROKEN on 5.x: Broken pkg-plist

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-18 07:42:28 +00:00
parent fa37af47b9
commit 5bb767d181
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118219
2 changed files with 14 additions and 2 deletions

View File

@ -29,6 +29,12 @@ MAN1= cherokee-config.1 cherokee.1
CPPFLAGS= ${PTHREAD_CFLAGS}
LDFLAGS= ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken pkg-plist"
.endif
pre-install:
@if [ ! -f ${PREFIX}/www ]; then \
${MKDIR} ${PREFIX}/www;\
@ -45,4 +51,4 @@ post-install:
@${ECHO_MSG} " ${PREFIX}/share/cherokee/Intro.txt"
@${ECHO_MSG} " "
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -29,6 +29,12 @@ MAN1= cherokee-config.1 cherokee.1
CPPFLAGS= ${PTHREAD_CFLAGS}
LDFLAGS= ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken pkg-plist"
.endif
pre-install:
@if [ ! -f ${PREFIX}/www ]; then \
${MKDIR} ${PREFIX}/www;\
@ -45,4 +51,4 @@ post-install:
@${ECHO_MSG} " ${PREFIX}/share/cherokee/Intro.txt"
@${ECHO_MSG} " "
.include <bsd.port.mk>
.include <bsd.port.post.mk>