diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/compaq-cc/Makefile | 8 | ||||
-rw-r--r-- | lang/compaq-cc/pkg-plist | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index c3067af81f7..4fc39837df5 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -8,7 +8,7 @@ PORTNAME= compaq-cc PORTVERSION= 6.4.9.005.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= ftp://ftp.compaq.com/pub/products/C-CXX/linux/compaq_c/ DISTFILES= ccc-6.4.9.005-1.alpha.rpm libots-2.2.7-2.alpha.rpm @@ -58,6 +58,12 @@ do-install: .for F in ${DISTFILES} cd ${PREFIX} ; rpm2cpio ${DISTDIR}/$F |${CPIO} -idum -R root:wheel .endfor + ${MV} ${PREFIX}/usr/man/man1/ccc.1 ${PREFIX}/usr/share/man/man1/ + ${MV} ${PREFIX}/usr/man/man8/protect_headers_setup.8 \ + ${PREFIX}/usr/share/man/man8/ + -${RMDIR} ${PREFIX}/usr/man/man1 ${PREFIX}/usr/man/man8 \ + ${PREFIX}/usr/man + .for F in ${CCC_ROOT}/alpha-linux/bin/lnxcc \ ${CCC_ROOT}/alpha-linux/bin/lnxcc_driver brandelf -t Linux ${PREFIX}$F diff --git a/lang/compaq-cc/pkg-plist b/lang/compaq-cc/pkg-plist index b4f085525da..b5098537c19 100644 --- a/lang/compaq-cc/pkg-plist +++ b/lang/compaq-cc/pkg-plist @@ -7,8 +7,8 @@ usr/bin/ccc @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/share/man/man1/ccc.1 +usr/share/man/man8/protect_headers_setup.8 @comment Insert PLIST.alpha-freebsd here @comment -=[ begin PLIST.alpha-freebsd ]=- @comment -=[ end PLIST.alpha-freebsd ]=- |