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/kegs | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/kegs')
-rw-r--r-- | emulators/kegs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/kegs/Makefile b/emulators/kegs/Makefile index 93c42cf253d..a94656db9b4 100644 --- a/emulators/kegs/Makefile +++ b/emulators/kegs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/28 03:23:37 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 12:55:14 asau Exp $ # DISTNAME= kegs.0.91 @@ -14,7 +14,6 @@ COMMENT= Apple IIgs emulator for Mac OS X, Win32, Linux, and Unix/X11 ONLY_FOR_PLATFORM= Linux-*-i386 Linux-*-powerpc SunOS-*-i386 SunOS-*-sparc Darwin-*-* HPUX-*-* # Probably work ONLY_FOR_PLATFORM+= *-*-i386 *-*-powerpc *-*-x86_64 *-*-ia64 *-*-mips *-*-m68k -PKG_DESTDIR_SUPPORT= user-destdir #WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFIGURE_DIRS= src |