diff options
author | heinz <heinz> | 2007-12-15 15:14:26 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-12-15 15:14:26 +0000 |
commit | 4a26fc01abf70fa14483669d24049ea26eb56840 (patch) | |
tree | bae6ec3e05be1df69b9fe5cfec4cd754fff064d1 /multimedia/mplayer-share | |
parent | e95b58298543b58dc692cf89b18b3cd83d64cd1e (diff) | |
download | pkgsrc-4a26fc01abf70fa14483669d24049ea26eb56840.tar.gz |
The ability to use DESTDIR correctly should be determined package by
package and not in commonly used Makefile fragments.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile | 4 | ||||
-rw-r--r-- | 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 |