Fix pkg-plist so the port can be unbroken

PR:		ports/46158
Submitted by:	Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
This commit is contained in:
Edwin Groothuis 2002-12-13 01:39:14 +00:00
parent 4fe8ed2e4f
commit 55f4563874
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71586
2 changed files with 3361 additions and 3362 deletions

View File

@ -16,8 +16,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= tmutoh@mx10.freecom.ne.jp
BROKEN= "Incorrect pkg-plist"
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
NO_BUILD= yes
@ -31,12 +29,13 @@ PATCH_STRIP= -p1
post-extract:
${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf
post-patch:
${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} -rf
@${CP} ${PATCH_DIR}/phpgwapi/inc/class.codecv* ${WRKSRC}/phpgwapi/inc/
@${CP} ${PATCH_DIR}/calendar/inc/class.holidaycalc* ${WRKSRC}/calendar/inc
do-install:
@${CP} -r ${WRKSRC} ${PREFIX}/www/data.default/
@${CP} -r ${WRKSRC} ${PREFIX}/www/data/
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff