From 9fdcacd46c0e951f7b379b34f782d67835f80301 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Mon, 12 Dec 2005 12:55:02 +0000 Subject: Install manpages into a real manpath. Bump PORTREVISION. PR: ports/38034 Submitted by: Chris J. Mutter --- lang/compaq-cc/Makefile | 8 +++++++- lang/compaq-cc/pkg-plist | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'lang') 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 ]=- -- cgit v1.2.3