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/gnuboy | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 4eda9465fac..1570f9be55f 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/12/09 01:31:57 marino Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 12:55:13 asau Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= njl@sdf.lonestar.org #HOMEPAGE= http://gnuboy.unix-fu.org/ COMMENT= Gameboy emulator -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INSTALLATION_DIRS= bin |