summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-03 23:23:27 +0000
committerjoerg <joerg>2010-02-03 23:23:27 +0000
commit27564f1fb70b1041cfb727c13b184b7904f76fe7 (patch)
tree39144270f3efb97db0f5fa0f9bf9066d24047abe
parent194d267418b951c77814fb13daba83430cb5706e (diff)
downloadpkgsrc-27564f1fb70b1041cfb727c13b184b7904f76fe7.tar.gz
DESTDIR support
-rw-r--r--graphics/exiftags/Makefile3
-rw-r--r--graphics/exiftags/distinfo4
-rw-r--r--graphics/exiftags/patches/patch-aa6
-rw-r--r--graphics/fbm/Makefile9
-rw-r--r--graphics/fnlib/Makefile9
5 files changed, 19 insertions, 12 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile
index e21473e462a..d2c286ee76a 100644
--- a/graphics/exiftags/Makefile
+++ b/graphics/exiftags/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/12/17 11:16:44 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/03 23:25:05 joerg Exp $
DISTNAME= exiftags-1.01
CATEGORIES= graphics
@@ -9,6 +9,7 @@ HOMEPAGE= http://johnst.org/sw/exiftags/
COMMENT= Utility to read Exif tags from a digital camera JPEG file
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo
index ba22cc1cd3c..98735b9739e 100644
--- a/graphics/exiftags/distinfo
+++ b/graphics/exiftags/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/12/17 11:16:44 drochner Exp $
+$NetBSD: distinfo,v 1.8 2010/02/03 23:25:05 joerg Exp $
SHA1 (exiftags-1.01.tar.gz) = 06636feb7d5c5835da01d5da8cd0f4a291d23fd8
RMD160 (exiftags-1.01.tar.gz) = 59549c222469cdc55bb74452e4cd458d5b545684
Size (exiftags-1.01.tar.gz) = 70921 bytes
-SHA1 (patch-aa) = 69f55114465d53a957b038f17e1e82ca699baf78
+SHA1 (patch-aa) = 1a162b8ac6a3719fce398a2a6296575ca33ec22a
diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index 3ef659daaa8..eff36f10739 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2006/11/23 18:43:34 reed Exp $
+$NetBSD: patch-aa,v 1.6 2010/02/03 23:25:05 joerg Exp $
--- Makefile.orig 2005-01-05 00:30:32.000000000 +0000
+++ Makefile
@@ -23,5 +23,5 @@ $NetBSD: patch-aa,v 1.5 2006/11/23 18:43:34 reed Exp $
- cp exiftags.1 exifcom.1 exiftime.1 $(mandir)/man1
- chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
- $(mandir)/man1/exiftime.1
-+ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
-+ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/${PKGMANDIR}/man1
++ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${DESTDIR}${PREFIX}/bin
++ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile
index 99cf9bca21a..a7c305af635 100644
--- a/graphics/fbm/Makefile
+++ b/graphics/fbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/10/22 21:20:54 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/03 23:24:54 joerg Exp $
DISTNAME= fbm-1.2
CATEGORIES= graphics converters
@@ -8,8 +8,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Fuzzy Pixmap Manipulation utilities
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
-MAKE_FLAGS+= MAN=${PREFIX}/${PKGMANDIR}/manl/
-INSTALLATION_DIRS+= ${PKGMANDIR}/manl
+INSTALL_MAKE_FLAGS+= BIN=${DESTDIR}${PREFIX}/bin/ \
+ MAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/manl/
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/manl
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile
index 4a65de53a76..e069aa83dab 100644
--- a/graphics/fnlib/Makefile
+++ b/graphics/fnlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2010/01/18 09:58:59 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2010/02/03 23:23:27 joerg Exp $
#
DISTNAME= fnlib-0.5
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Color font rendering library for X11R6
+PKG_DESTDIR_SUPPORT= user-destdir
+
# XXX Added to stop old distfiles conflicting due to the authors updating
# XXX fnlib-0.5.tar.gz without changing the filename.
# XXX Delete when DISTNAME next changes
@@ -21,9 +23,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/fnlib
CONF_FILES= ${EGDIR}/fnrc ${PKG_SYSCONFDIR}/fnrc
+INSTALLATION_DIRS+= share/doc/fnlib
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fnlib
- ${INSTALL_DATA} ${WRKSRC}/doc/fontinfo.README ${PREFIX}/share/doc/fnlib
+ ${INSTALL_DATA} ${WRKSRC}/doc/fontinfo.README ${DESTDIR}${PREFIX}/share/doc/fnlib
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"