diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-12 12:55:02 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-12 12:55:02 +0000 |
commit | 9fdcacd46c0e951f7b379b34f782d67835f80301 (patch) | |
tree | 3a2d7fb1b106b7073812e4ab41eeef301c05178e /lang | |
parent | cb4a6ae8a2fa8273d09a4d79f8b99bb4200760be (diff) | |
download | ports-9fdcacd46c0e951f7b379b34f782d67835f80301.tar.gz ports-9fdcacd46c0e951f7b379b34f782d67835f80301.zip |
Notes
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 c3067af81f74..4fc39837df59 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 b4f085525dae..b5098537c192 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 ]=- |