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/fceu | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/fceu')
-rw-r--r-- | emulators/fceu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index dd6ee067cb8..4f49fd79af7 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/09/14 13:33:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/03 12:55:12 asau Exp $ # DISTNAME= fceu-0.98.13.src @@ -14,7 +14,6 @@ COMMENT= Portable NES and Famicom emulator WRKSRC= ${WRKDIR}/fceu USE_PKGLOCALEDIR= yes -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes SUBST_CLASSES+= dsp |