From e24450165f77377ecbd3e18abe33fcb105234a1f Mon Sep 17 00:00:00 2001 From: heinz Date: Sat, 15 Dec 2007 15:14:26 +0000 Subject: The ability to use DESTDIR correctly should be determined package by package and not in commonly used Makefile fragments. --- multimedia/mplayer-share/Makefile | 4 +++- multimedia/mplayer-share/Makefile.common | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/mplayer-share/Makefile b/multimedia/mplayer-share/Makefile index 7a72926bd29..ef14690931c 100644 --- a/multimedia/mplayer-share/Makefile +++ b/multimedia/mplayer-share/Makefile @@ -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 --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index 90366cb62ed..7b2d101b7c8 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -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 @@ DIST_SUBDIR= mplayer-${MPLAYER_PKG_VERSION} MAINTAINER?= pkgsrc-users@NetBSD.org 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 -- cgit v1.2.3