summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-06-28 10:13:01 +0000
committerjoerg <joerg@pkgsrc.org>2010-06-28 10:13:01 +0000
commit595e4fd9b335b35fe34ee4e9b0abf479cf5884ab (patch)
tree42092dfcf6a324a015e4353e2c41df6b1381e1cd /sysutils
parent778103d131d72814c1628da5108bbd5bc174fd82 (diff)
downloadpkgsrc-595e4fd9b335b35fe34ee4e9b0abf479cf5884ab.tar.gz
DESTDIR support
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/foremost/Makefile7
-rw-r--r--sysutils/foremost/distinfo6
-rw-r--r--sysutils/foremost/patches/patch-aa6
-rw-r--r--sysutils/foremost/patches/patch-ab18
4 files changed, 19 insertions, 18 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile
index 4bd0b441dd7..03e7cc78791 100644
--- a/sysutils/foremost/Makefile
+++ b/sysutils/foremost/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/02/22 23:19:16 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2010/06/28 10:18:58 joerg Exp $
DISTNAME= foremost-1.4
CATEGORIES= sysutils
@@ -8,10 +8,11 @@ MAINTAINER= lkundrak@skosi.org
HOMEPAGE= http://foremost.sourceforge.net/
COMMENT= Recover various formats of files using typical data structures
+PKG_DESTDIR_SUPPORT= user-destdir
+
EGDIR= ${PREFIX}/share/examples/foremost
CONF_FILES= ${EGDIR}/foremost.conf ${PKG_SYSCONFDIR}/foremost.conf
-pre-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${EGDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/foremost/distinfo b/sysutils/foremost/distinfo
index 7179d2b7aa4..ca11c089718 100644
--- a/sysutils/foremost/distinfo
+++ b/sysutils/foremost/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2007/02/22 23:19:16 rillig Exp $
+$NetBSD: distinfo,v 1.3 2010/06/28 10:18:58 joerg Exp $
SHA1 (foremost-1.4.tar.gz) = c6f9f28ae80a57388a8e8a6b958bc8c76797fad4
RMD160 (foremost-1.4.tar.gz) = b2ea590ab78f96e74cb3842ad60dc4f1429244ef
Size (foremost-1.4.tar.gz) = 49521 bytes
-SHA1 (patch-aa) = 727975dedae9261a4088083931eb709771873062
-SHA1 (patch-ab) = c56e70d64e30c0867beb3fd3ad40336cb6364c31
+SHA1 (patch-aa) = 39f986d19d80efe431d92af7884ae0a395ff9576
+SHA1 (patch-ab) = a5f6eb555818b333faebfc611fbabf8cef49f441
SHA1 (patch-ac) = 7832701bafa1336fda2b4e08ef38bca8ddf29f8d
diff --git a/sysutils/foremost/patches/patch-aa b/sysutils/foremost/patches/patch-aa
index 3e71ecaea7a..e479db79a82 100644
--- a/sysutils/foremost/patches/patch-aa
+++ b/sysutils/foremost/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2010/06/28 10:18:58 joerg Exp $
--- Makefile.orig 2005-11-05 18:12:37.000000000 +0100
+++ Makefile
@@ -9,8 +9,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
-BIN = /usr/local/bin
-MAN = /usr/local/man/man1
-CONF= /usr/local/etc
-+BIN = $(PREFIX)/bin
-+MAN = $(PREFIX)/$(PKGMANDIR)/man1
++BIN = ${DESTDIR}$(PREFIX)/bin
++MAN = ${DESTDIR}$(PREFIX)/$(PKGMANDIR)/man1
+CONF= $(PKG_SYSCONFDIR)
# Setup for compiling and cross-compiling for Windows
# The CR_ prefix refers to cross compiling from OSX to Windows
diff --git a/sysutils/foremost/patches/patch-ab b/sysutils/foremost/patches/patch-ab
index 18f53005a45..f8de76e886a 100644
--- a/sysutils/foremost/patches/patch-ab
+++ b/sysutils/foremost/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2010/06/28 10:18:58 joerg Exp $
--- Makefile.orig 2007-01-26 15:10:20.000000000 +0100
+++ Makefile
@@ -12,10 +12,10 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
# You shouldn't need to change anything below this line
#---------------------------------------------------------------------
@@ -27,6 +27,11 @@ RAW_FLAGS += -DVERSION=\"$(VERSION)\"
- BIN = $(PREFIX)/bin
- MAN = $(PREFIX)/$(PKGMANDIR)/man1
+ BIN = ${DESTDIR}$(PREFIX)/bin
+ MAN = ${DESTDIR}$(PREFIX)/$(PKGMANDIR)/man1
CONF= $(PKG_SYSCONFDIR)
-+SAMPLES = $(PREFIX)/share/examples/foremost
++SAMPLES = ${DESTDIR}$(PREFIX)/share/examples/foremost
+
+# Tell it to config.c
+RAW_FLAGS += -DCONFDIR=\"$(CONF)\"
@@ -32,10 +32,10 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
-macinstall: MAN = /usr/share/man/man1/
-macinstall: CONF = /usr/local/etc/
+ install -m 444 foremost.conf $(SAMPLES)
-+macinstall: BIN = $(PREFIX)/bin/
-+macinstall: MAN = $(PREFIX)/$(PKGMANDIR)/man1/
++macinstall: BIN = ${DESTDIR}$(PREFIX)/bin/
++macinstall: MAN = ${DESTDIR}$(PREFIX)/$(PKGMANDIR)/man1/
+macinstall: CONF = $(PREFIX)/etc/
-+macinstall: SAMPLES = $(PREFIX)/share/examples/foremost
++macinstall: SAMPLES = ${DESTDIR}$(PREFIX)/share/examples/foremost
macinstall: mac install
@@ -45,8 +45,8 @@ $NetBSD: patch-ab,v 1.1.1.1 2007/01/26 16:36:29 minskim Exp $
-macuninstall: BIN = /usr/bin
-macuninstall: MAN = /usr/share/man/man1
-+macuninstall: BIN = $(PREFIX)/bin
-+macuninstall: MAN = $(PREFIX)/$(PKGMANDIR)/man1
++macuninstall: BIN =${DESTDIR} $(PREFIX)/bin
++macuninstall: MAN =${DESTDIR} $(PREFIX)/$(PKGMANDIR)/man1
macuninstall: uninstall
#---------------------------------------------------------------------