diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 17:38:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 17:38:09 +0000 |
commit | 4a493f3219fcd51944da17a05381c4dc17e9464f (patch) | |
tree | 69a0098a66e0edb79a2672369956868d9a5ce3b8 /x11/xmindpath | |
parent | 604b12f81f30ddcd90a8f2241ff010262f513ecb (diff) | |
download | pkgsrc-4a493f3219fcd51944da17a05381c4dc17e9464f.tar.gz |
user-destdir support
Diffstat (limited to 'x11/xmindpath')
-rw-r--r-- | x11/xmindpath/Makefile | 8 | ||||
-rw-r--r-- | x11/xmindpath/distinfo | 3 | ||||
-rw-r--r-- | x11/xmindpath/patches/patch-ae | 15 |
3 files changed, 24 insertions, 2 deletions
diff --git a/x11/xmindpath/Makefile b/x11/xmindpath/Makefile index 3d297a55ece..2cebad57197 100644 --- a/x11/xmindpath/Makefile +++ b/x11/xmindpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/05/12 21:11:14 zafer Exp $ +# $NetBSD: Makefile,v 1.16 2009/07/07 17:38:13 joerg Exp $ DISTNAME= magicpoint-1.09a PKGNAME= xmindpath-1.09a @@ -11,10 +11,16 @@ MASTER_SITES= ftp://ftp.riken.go.jp/pub/misc/Japan/MagicPoint/ \ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= MindPath PocketPoint user-level driver for X11 +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/xmindpath GNU_CONFIGURE= yes USE_FEATURES= err +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +SPECIAL_PERMS= bin/xmindpath uucp ${REAL_ROOT_GROUP} 4511 + + .include "../../mk/bsd.prefs.mk" .if !empty(MISSING_FEATURES:Merr) diff --git a/x11/xmindpath/distinfo b/x11/xmindpath/distinfo index 1a87fb218c1..a983b5a3e13 100644 --- a/x11/xmindpath/distinfo +++ b/x11/xmindpath/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2007/10/01 11:02:44 rillig Exp $ +$NetBSD: distinfo,v 1.7 2009/07/07 17:38:13 joerg Exp $ SHA1 (magicpoint-1.09a.tar.gz) = 2903f7c42a30d558677fc1a93607fe7fc8c1fc0f RMD160 (magicpoint-1.09a.tar.gz) = 2ee96eed9c9e31d6c599447d421ae319483c3617 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 8566a9bbab0538509ea5a1b383d357b403f0860c SHA1 (patch-ab) = 7d86596abcd15ce1fea3a7b71ee9254facbd371e SHA1 (patch-ac) = ac6fadd92517a43d7f58e3c8ab888724a440b156 SHA1 (patch-ad) = 507022a52f6f3415678d56929d985f4f07fb9569 +SHA1 (patch-ae) = 630e2bb00a051b08fbb02ff6961f394845172740 diff --git a/x11/xmindpath/patches/patch-ae b/x11/xmindpath/patches/patch-ae new file mode 100644 index 00000000000..130634ac6f6 --- /dev/null +++ b/x11/xmindpath/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2009/07/07 17:38:13 joerg Exp $ + +--- Makefile.in.orig 2009-07-07 19:27:30.000000000 +0200 ++++ Makefile.in +@@ -24,8 +24,8 @@ main.o: $(srcdir)/main.c + uucplock.o: $(srcdir)/uucplock.c + + install:: +- $(INSTALL) -s -o uucp -g bin -m 4755 $(TARGET) $(bindir) +- $(INSTALL) -o bin -g bin -m 444 $(TARGET).1 $(mandir)/man1 ++ $(BSD_INSTALL_PROGRAM) $(TARGET) ${DESTDIR}$(bindir) ++ $(BSD_INSTALL_MAN) $(TARGET).1 ${DESTDIR}$(mandir)/man1 + + includes:: + |