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/qemu0/Makefile | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/qemu0/Makefile')
-rw-r--r-- | emulators/qemu0/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index fb65d891ae8..a69daa720a6 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/15 10:04:33 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 12:55:17 asau Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 6 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.qemu.org/ COMMENT= CPU emulator using dynamic translation LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= qemu-bin-[0-9]* NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* |