summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>1998-02-25 01:40:47 +0000
committertron <tron>1998-02-25 01:40:47 +0000
commit72909531ba22a110a0e39d7423fa9cfb9bcb072d (patch)
tree6afd243fab09ec6527cc173437dbb6c5ee2b52b4 /graphics
parent726bfd2dffe39784a55d18c745a9cb338d4c2ddc (diff)
downloadpkgsrc-72909531ba22a110a0e39d7423fa9cfb9bcb072d.tar.gz
Install manual pages with reasonable permissions.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile4
-rw-r--r--graphics/netpbm/patches/patch-aa12
2 files changed, 12 insertions, 4 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 0137b6f1b1c..79d7ad644f9 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 December 1997
# Whom: jmz (original), asami@FreeBSD.ORG, tron
#
-# $NetBSD: Makefile,v 1.11 1998/01/30 13:57:06 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/02/25 01:40:47 tron Exp $
#
DISTNAME= netpbm
@@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
tiff.3.:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/netpbm
-MAKE_ENV += PREFIX=${PREFIX}
+MAKE_ENV += PREFIX=${PREFIX} INSTALL_MAN="${INSTALL_MAN}"
MAN1= atktopbm.1 g3topbm.1 brushtopbm.1 cmuwmtopbm.1 \
icontopbm.1 gemtopbm.1 macptopbm.1 mgrtopbm.1 \
diff --git a/graphics/netpbm/patches/patch-aa b/graphics/netpbm/patches/patch-aa
index 00f6f2eb8a0..81958bea6db 100644
--- a/graphics/netpbm/patches/patch-aa
+++ b/graphics/netpbm/patches/patch-aa
@@ -1,6 +1,6 @@
--- Makefile.orig Wed Jan 26 12:47:35 1994
-+++ Makefile Sat Dec 20 22:54:14 1997
-@@ -48,24 +48,24 @@
++++ Makefile Wed Feb 25 02:22:04 1998
+@@ -48,31 +48,31 @@
# By the way, you must have at least version 2.4 of libtiff. Earlier
# versions will not work.
TIFFDEF = -DLIBTIFF
@@ -31,6 +31,14 @@
SUFFIXMANUALS5 = 5
# CONFIGURE: Normally the man pages are installed using "cp". By changing
+ # this define you can use something else, for example a script that calls
+ # compress or pack. The ../mantocat is used on systems which use man pages
+ # in the "cat" format.
+-MANCP = cp
++MANCP = ${INSTALL_MAN}
+ #MANCP = ../mantocat
+
+ # CONFIGURE: Normally the Makefiles build and install separate binaries for
@@ -87,10 +87,10 @@
#
# Note that if you make a "merge", the executables don't get created