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/mame | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/mame/Makefile.common b/emulators/mame/Makefile.common index ab921e6091d..531b50f4ee6 100644 --- a/emulators/mame/Makefile.common +++ b/emulators/mame/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2012/03/08 17:11:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.7 2012/10/03 12:55:15 asau Exp $ # # used by emulators/mame/Makefile # used by emulators/mess/Makefile @@ -16,8 +16,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} # separate distinfos though, so don't forget 'make mdi' when |