diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-07 15:28:48 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-07 15:28:48 +0800 |
commit | fc54f1636992a2234aa6081c70e8233c3486b47c (patch) | |
tree | 8b65350c7cfdd233cb7fa33669f08adb996d293f | |
parent | be4f615668c4c3b0e3c57b860eff99f9986d53a1 (diff) | |
download | freebsd-ports-gnome-fc54f1636992a2234aa6081c70e8233c3486b47c.tar.gz freebsd-ports-gnome-fc54f1636992a2234aa6081c70e8233c3486b47c.tar.zst freebsd-ports-gnome-fc54f1636992a2234aa6081c70e8233c3486b47c.zip |
. Unbreak by fixing the packing list.
Submitted by: bento
-rw-r--r-- | lang/compaq-cc/Makefile | 6 | ||||
-rw-r--r-- | lang/compaq-cc/pkg-plist | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index 6eb7f2a3df37..7244ded425d5 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -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' \ diff --git a/lang/compaq-cc/pkg-plist b/lang/compaq-cc/pkg-plist index 63ca94612a88..b4f085525dae 100644 --- a/lang/compaq-cc/pkg-plist +++ b/lang/compaq-cc/pkg-plist @@ -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 |