diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 01:36:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 01:36:17 +0000 |
commit | b2fb0ee83d8366a9f6b6c5e4a0ff1fa51cc1a2c0 (patch) | |
tree | 24dc80bd0b8535472f396363789de516b644fa70 /graphics/xpm | |
parent | f5451ee4c2b3f46ff4572897431f14d8377eb7e2 (diff) | |
download | FreeBSD-ports-b2fb0ee83d8366a9f6b6c5e4a0ff1fa51cc1a2c0.zip FreeBSD-ports-b2fb0ee83d8366a9f6b6c5e4a0ff1fa51cc1a2c0.tar.gz |
Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we can
put these in MAN1 and not have to worry about them being pkg/PLIST.
Reminded by: Asami-san
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpm/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 06d071d..bce68a9 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.15 1998/04/16 01:56:42 jseger Exp $ +# $Id: Makefile,v 1.16 1998/09/14 19:48:51 markm Exp $ # DISTNAME= xpm-3.4k @@ -14,6 +14,8 @@ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes +MAN1= cxpm.1 sxpm.1 + post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist index 2adceb1..02bdb38 100644 --- a/graphics/xpm/pkg-plist +++ b/graphics/xpm/pkg-plist @@ -6,5 +6,3 @@ lib/libXpm.a lib/libXpm.so.5 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -man/man1/cxpm.1.gz -man/man1/sxpm.1.gz |