diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
commit | b89680320c369768271fcb63086606bf5aec05d5 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/mednafen | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/mednafen')
-rw-r--r-- | emulators/mednafen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 1e51f4fbda1..23ad18c8690 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/09/23 05:36:23 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:15 asau Exp $ # DISTNAME= mednafen-0.8.D.3 @@ -19,7 +19,6 @@ USE_TOOLS+= intltool pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= share/doc/mednafen SUBST_CLASSES+= dsp |