pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abf0a140956b
branches:  trunk
changeset: 528909:abf0a140956b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat May 19 22:12:53 2007 +0000

description:
Package supports installation to DESTDIR.

diffstat:

 devel/SDL_ttf/Makefile |  4 +++-
 net/SDL_net/Makefile   |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r aad6ee139558 -r abf0a140956b devel/SDL_ttf/Makefile
--- a/devel/SDL_ttf/Makefile    Sat May 19 22:08:28 2007 +0000
+++ b/devel/SDL_ttf/Makefile    Sat May 19 22:12:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/06/12 16:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/05/19 22:18:13 heinz Exp $
 
 DISTNAME=      SDL_ttf-2.0.8
 CATEGORIES=    devel
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.libsdl.org/projects/SDL_ttf/
 COMMENT=       Use TrueType fonts in your SDL applications
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
diff -r aad6ee139558 -r abf0a140956b net/SDL_net/Makefile
--- a/net/SDL_net/Makefile      Sat May 19 22:08:28 2007 +0000
+++ b/net/SDL_net/Makefile      Sat May 19 22:12:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/06/12 16:26:30 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/05/19 22:12:53 heinz Exp $
 
 DISTNAME=      SDL_net-1.2.6
 CATEGORIES=    net
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://www.libsdl.org/projects/SDL_net/
 COMMENT=       Small sample cross-platform networking library for SDL
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index