pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bsign DESTDIR support. Not MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a57a9c644a55
branches:  trunk
changeset: 570269:a57a9c644a55
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 27 18:36:54 2010 +0000

description:
DESTDIR support. Not MAKE_JOBS_SAFE.

diffstat:

 sysutils/bsign/Makefile         |   7 ++++++-
 sysutils/bsign/distinfo         |   4 ++--
 sysutils/bsign/patches/patch-aa |  11 +----------
 3 files changed, 9 insertions(+), 13 deletions(-)

diffs (54 lines):

diff -r 3e6a56125add -r a57a9c644a55 sysutils/bsign/Makefile
--- a/sysutils/bsign/Makefile   Wed Jan 27 18:25:46 2010 +0000
+++ b/sysutils/bsign/Makefile   Wed Jan 27 18:36:54 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/27 18:36:54 joerg Exp $
 
 DISTNAME=      bsign_0.4.5
 PKGNAME=       bsign-0.4.5
@@ -9,6 +9,11 @@
 HOMEPAGE=      http://packages.debian.org/unstable/admin/bsign.html
 COMMENT=       Utility to embed a hash or signature into an executable
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
+
+INSTALL_MAKE_FLAGS+=   prefix=${DESTDIR}${PREFIX} mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 GNU_CONFIGURE= yes
diff -r 3e6a56125add -r a57a9c644a55 sysutils/bsign/distinfo
--- a/sysutils/bsign/distinfo   Wed Jan 27 18:25:46 2010 +0000
+++ b/sysutils/bsign/distinfo   Wed Jan 27 18:36:54 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+$NetBSD: distinfo,v 1.2 2010/01/27 18:36:54 joerg Exp $
 
 SHA1 (bsign_0.4.5.tar.gz) = f24acc5ec3fc9653ee06a8314da2e8dde8992ebb
 RMD160 (bsign_0.4.5.tar.gz) = 0e57631ee5713088a9209b6d7287765224751453
 Size (bsign_0.4.5.tar.gz) = 77471 bytes
-SHA1 (patch-aa) = 04951a6c9be2b89e8f1ac659a33f3f6f2ab82e20
+SHA1 (patch-aa) = ed72ee5a5015779cdfcef0eebe13826e145971cb
diff -r 3e6a56125add -r a57a9c644a55 sysutils/bsign/patches/patch-aa
--- a/sysutils/bsign/patches/patch-aa   Wed Jan 27 18:25:46 2010 +0000
+++ b/sysutils/bsign/patches/patch-aa   Wed Jan 27 18:36:54 2010 +0000
@@ -1,16 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/01/17 23:36:33 agc Exp $
+$NetBSD: patch-aa,v 1.2 2010/01/27 18:36:54 joerg Exp $
 
 --- Makefile.in        2007/01/17 23:05:04     1.1
 +++ Makefile.in        2007/01/17 23:10:33
-@@ -78,7 +78,7 @@
- bindir = @bindir@
- docdir = $(prefix)/share/doc/$(PACKAGE)
- infodir = @infodir@
--mandir = $(prefix)/share/man/
-+mandir = $(prefix)/man/
- 
- # This is removed because it generates a line in the Makefile.in that
- # breaks the use of 'make -f Makefile.in distclean' from
 @@ -196,7 +196,7 @@
                .version_patch`  > .version
  



Home | Main Index | Thread Index | Old Index