diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/ckmame | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/ckmame')
-rw-r--r-- | emulators/ckmame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 4cffc815401..ddd2e897dbd 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/06/14 07:45:26 sbd Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/03 12:55:10 asau Exp $ # DISTNAME= ckmame-0.11 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.nih.at/ckmame/ COMMENT= Check ROM sets for MAME LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= pkg-config GNU_CONFIGURE= yes TEST_TARGET= check |