aboutsummaryrefslogtreecommitdiff
path: root/lang/compaq-cc
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-12 12:55:02 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-12 12:55:02 +0000
commit9fdcacd46c0e951f7b379b34f782d67835f80301 (patch)
tree3a2d7fb1b106b7073812e4ab41eeef301c05178e /lang/compaq-cc
parentcb4a6ae8a2fa8273d09a4d79f8b99bb4200760be (diff)
downloadports-9fdcacd46c0e951f7b379b34f782d67835f80301.tar.gz
ports-9fdcacd46c0e951f7b379b34f782d67835f80301.zip
Notes
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r--lang/compaq-cc/Makefile8
-rw-r--r--lang/compaq-cc/pkg-plist4
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 ]=-