summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-16 01:36:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-16 01:36:17 +0000
commit913f0624600727ff7f7b06ffa2888d020b290380 (patch)
tree46c14bdce16d8588a644d886e6d44671e1b43990 /graphics
parentThe manpages must still be here for ports that use imake. (diff)
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
Notes
Notes: svn path=/head/; revision=13163
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile4
-rw-r--r--graphics/xpm/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 06d071dc2085..bce68a97f072 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 2adceb19b6c6..02bdb383b1d2 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