pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Supports DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fa5526b2b90
branches:  trunk
changeset: 536893:4fa5526b2b90
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 22:33:51 2007 +0000

description:
Supports DESTDIR.

diffstat:

 audio/faac/Makefile            |  4 +++-
 multimedia/x264-devel/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 7e4de7e5a8de -r 4fa5526b2b90 audio/faac/Makefile
--- a/audio/faac/Makefile       Thu Dec 27 18:54:18 2007 +0000
+++ b/audio/faac/Makefile       Thu Dec 27 22:33:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/09 20:27:16 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/27 22:38:25 joerg Exp $
 #
 
 DISTNAME=      faac-1.25
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.audiocoding.com/
 COMMENT=       AAC audio encoder
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LIBTOOL=   yes
 USE_TOOLS+=    automake
 GNU_CONFIGURE= yes
diff -r 7e4de7e5a8de -r 4fa5526b2b90 multimedia/x264-devel/Makefile
--- a/multimedia/x264-devel/Makefile    Thu Dec 27 18:54:18 2007 +0000
+++ b/multimedia/x264-devel/Makefile    Thu Dec 27 22:33:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/12/02 13:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/12/27 22:33:51 joerg Exp $
 #
 
 SNAPSHOT_DATE=         20060127
@@ -13,6 +13,8 @@
 HOMEPAGE=              http://www.videolan.org/developers/x264.html
 COMMENT=               GPL licensed H.264 encoder
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index