. Unbreak by fixing the packing list.

Submitted by:	bento
This commit is contained in:
Greg Lewis 2004-03-07 07:28:48 +00:00
parent 108df0eb69
commit b3cdd06b39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103175
2 changed files with 3 additions and 7 deletions

View File

@ -46,10 +46,6 @@ USE_LINUX= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Broken pkg-plist on alpha 5.x"
.endif
do-install:
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
${ECHO_MSG} 'AlphaLinux mode is not enabled.\
@ -131,7 +127,9 @@ post-install:
${FIND} ${CCC_DIR}/alpha-linux -type f -o -type l \
>${WRKDIR}/PLIST.alphalinux
${ECHO_CMD} "lib/ld-linux.so.2" >>${WRKDIR}/PLIST.alphalinux
.if ${OSVERSION} < 501114
${ECHO_CMD} "@dirrm lib" >>${WRKDIR}/PLIST.alphalinux
.endif
cd ${PREFIX} ;\
${FIND} ${CCC_DIR}/alpha-linux -type d \
| ${SED} -e 's/^/@dirrm /g' \

View File

@ -4,14 +4,11 @@ usr/bin/ccc
@comment Insert PLIST.docs here
@comment -=[ begin PLIST.docs ]=-
@comment -=[ end PLIST.docs ]=-
@dirrm usr/doc
@comment Insert PLIST.alphalinux here
@comment -=[ begin PLIST.alphalinux ]=-
@comment -=[ end PLIST.alphalinux ]=-
usr/man/man1/ccc.1
usr/man/man8/protect_headers_setup.8
usr/man/rsml
usr/man/sml
@comment Insert PLIST.alpha-freebsd here
@comment -=[ begin PLIST.alpha-freebsd ]=-
@comment -=[ end PLIST.alpha-freebsd ]=-
@ -33,5 +30,6 @@ usr/lib/compaq/%%CPML_REV%%/libcpml_ev5.so
usr/lib/libcpml.a
@comment usr/lib/libcpml.so
@dirrm usr/doc/%%CPML_REV%%
@dirrm usr/doc
@dirrm usr/lib/compaq/%%CPML_REV%%
@dirrm usr/lib/compaq