pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share The ability to use DESTDIR co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3f7d4edd874
branches:  trunk
changeset: 536474:c3f7d4edd874
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Dec 15 15:14:26 2007 +0000

description:
The ability to use DESTDIR correctly should be determined package by
package and not in commonly used Makefile fragments.

diffstat:

 multimedia/mplayer-share/Makefile        |  4 +++-
 multimedia/mplayer-share/Makefile.common |  4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r e12f7c9fb395 -r c3f7d4edd874 multimedia/mplayer-share/Makefile
--- a/multimedia/mplayer-share/Makefile Sat Dec 15 14:11:08 2007 +0000
+++ b/multimedia/mplayer-share/Makefile Sat Dec 15 15:14:26 2007 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2006/11/10 17:42:15 tv Exp $
+# $NetBSD: Makefile,v 1.14 2007/12/15 15:14:26 heinz Exp $
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
diff -r e12f7c9fb395 -r c3f7d4edd874 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Sat Dec 15 14:11:08 2007 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Sat Dec 15 15:14:26 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2006/11/30 15:00:45 joerg Exp $
+# $NetBSD: Makefile.common,v 1.36 2007/12/15 15:14:26 heinz Exp $
 
 MPLAYER_DIST_VERSION=  1.0rc1
 
@@ -18,8 +18,6 @@
 MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=             http://www.mplayerhq.hu/
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 #
 # NOTE: gmplayer has its own distinfo file. if you are also updating
 # gmplayer, you must ensure that *both* distinfo files contain the



Home | Main Index | Thread Index | Old Index