diff options
author | heinz <heinz@pkgsrc.org> | 2010-02-04 21:14:02 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-02-04 21:14:02 +0000 |
commit | 4c85a25ff8014377e025a39119934275580849a7 (patch) | |
tree | 1824d0fceea02b6a57ac68983930fe5729361484 /sysutils/gpart | |
parent | 1560016533f00c3c14747711d9869b94c1f7de55 (diff) | |
download | pkgsrc-4c85a25ff8014377e025a39119934275580849a7.tar.gz |
Added support for installation to DESTDIR and LICENSE information.
Uses PKGMANDIR now.
Diffstat (limited to 'sysutils/gpart')
-rw-r--r-- | sysutils/gpart/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gpart/distinfo | 4 | ||||
-rw-r--r-- | sysutils/gpart/patches/patch-ae | 15 |
3 files changed, 15 insertions, 9 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 8c53ace021f..a9f05412173 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/10/04 21:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/04 21:14:02 heinz Exp $ DISTNAME= gpart-0.1h PKGREVISION= 1 @@ -8,6 +8,9 @@ MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stud.uni-hannover.de/user/76201/gpart/ COMMENT= Tool to show the partitions on a PC type harddisk +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake diff --git a/sysutils/gpart/distinfo b/sysutils/gpart/distinfo index 71b2074379e..18075874468 100644 --- a/sysutils/gpart/distinfo +++ b/sysutils/gpart/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2010/01/08 17:02:42 joerg Exp $ +$NetBSD: distinfo,v 1.8 2010/02/04 21:14:02 heinz Exp $ SHA1 (gpart-0.1h.tar.gz) = 23f66162e1d85977ea43bfe6b5e5bff0ad2d566e RMD160 (gpart-0.1h.tar.gz) = 1cdfb1779801ee8755b05975ced24441a3a2b639 @@ -7,5 +7,5 @@ SHA1 (patch-aa) = f971cc7ae0efbacd64e8f5e6bf9c2496f75320a3 SHA1 (patch-ab) = 43fda85fe6b11c00b256682c7184578a985b9397 SHA1 (patch-ac) = 15a57dd0e9b57c7a64869b43df37a5b2493e77d2 SHA1 (patch-ad) = e53ca24886c072d514802e7dca7a79da2e1916d0 -SHA1 (patch-ae) = e9126b145ec8995645d79cd5d569da6e882b3c89 +SHA1 (patch-ae) = d02258c0a702156a6be9370f4b60c59a1109afeb SHA1 (patch-af) = a201375f69b1581259a2bc287d7ce5ab7c7dafe4 diff --git a/sysutils/gpart/patches/patch-ae b/sysutils/gpart/patches/patch-ae index aa3de3aef4b..07600cf4eb7 100644 --- a/sysutils/gpart/patches/patch-ae +++ b/sysutils/gpart/patches/patch-ae @@ -1,13 +1,16 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/09/01 16:10:28 veego Exp $ +$NetBSD: patch-ae,v 1.2 2010/02/04 21:14:03 heinz Exp $ ---- inst.defs Sun May 14 14:04:24 2000 -+++ inst.defs Fri Sep 1 17:29:26 2000 -@@ -1,7 +1,7 @@ +--- inst.defs.orig 2000-12-13 22:45:49.000000000 +0000 ++++ inst.defs +@@ -1,9 +1,9 @@ # # installation directories for gpart # -prefix=/usr/local -+prefix=${PREFIX} ++prefix=$(DESTDIR)$(PREFIX) bindir=$(prefix)/bin libdir=$(prefix)/lib - mandir=$(prefix)/man +-mandir=$(prefix)/man ++mandir=$(prefix)/$(PKGMANDIR) + manext=8 + sharedir=$(prefix)/share |