summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authortv <tv>2004-04-27 20:38:48 +0000
committertv <tv>2004-04-27 20:38:48 +0000
commitce123af6ea5b23030436726c3e08e414a34e589f (patch)
treebf6af09414cf38877310db648dfb911018763934 /graphics/tiff/Makefile
parent67b7ea1ab5564b0d76f2472058b6dc3ca749473d (diff)
downloadpkgsrc-ce123af6ea5b23030436726c3e08e414a34e589f.tar.gz
nb2: Obey PKGDIRMODE, and install shlibs as executable.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index b9ff17b0567..12c0667ab8c 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2004/04/24 18:24:56 tv Exp $
+# $NetBSD: Makefile,v 1.53 2004/04/27 20:38:48 tv Exp $
DISTNAME= tiff-v3.6.1
PKGNAME= tiff-3.6.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://libtiff.maptools.org/dl/
@@ -30,6 +30,7 @@ USE_BUILDLINK3= yes
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --noninteractive --site=${FILESDIR} --prefix=${PREFIX}
+MAKE_ENV+= PKGDIRMODE=${PKGDIRMODE}
.include "../../mk/bsd.prefs.mk"