diff options
author | hubertf <hubertf> | 1997-10-12 23:38:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-12 23:38:25 +0000 |
commit | afc43d1d60b9763abf8b0c22b9a6df7f72c0f110 (patch) | |
tree | e1cf84fdfe0507d24d70ab5c5ec02949f31ff717 /lang | |
parent | d224cf9182d86545b40616d7be069f5971ff023c (diff) | |
download | pkgsrc-afc43d1d60b9763abf8b0c22b9a6df7f72c0f110.tar.gz |
- icon isntalls manpage compressed -> set MANCOMPRESSED
(but only on NetBSD!)
- rmdir ${PREFIX}/share/icon on pkg_delete
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icon/Makefile | 9 | ||||
-rw-r--r-- | lang/icon/pkg/PLIST | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 4361b016e09..cbf5c093e09 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/06 15:19:30 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/12 23:38:25 hubertf Exp $ # New ports collection makefile for: icon # Version required: 9.3 # Date created: 05 April 1995 @@ -17,4 +17,11 @@ MAINTAINER= ports@freebsd.org NO_WRKSUBDIR= true ALL_TARGET= Icon Icon-iconc +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +MANCOMPRESSED= yes +.endif + +MAN1= icon.1 + .include <bsd.port.mk> diff --git a/lang/icon/pkg/PLIST b/lang/icon/pkg/PLIST index 8f40f169858..b0f129c07d2 100644 --- a/lang/icon/pkg/PLIST +++ b/lang/icon/pkg/PLIST @@ -7,3 +7,4 @@ share/icon/rt.a share/icon/rt.db share/icon/rt.h man/man1/icon.1.gz +@dirrm share/icon |