diff options
author | joerg <joerg> | 2009-07-08 16:38:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-08 16:38:35 +0000 |
commit | 2c16f68b5b455451a97f87bd4a591fb2994d5144 (patch) | |
tree | d13b0d8625797e2e95ce1419b1926773cc92ec8e /emulators | |
parent | 24540a8344c06d33106e54a9b4cc49debad8d521 (diff) | |
download | pkgsrc-2c16f68b5b455451a97f87bd4a591fb2994d5144.tar.gz |
user-destdir
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/nestopia/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index 93f8a7ae8cc..ea3bea7dd8a 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/28 06:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/08 16:38:35 joerg Exp $ # DISTNAME= Nestopia140src @@ -14,6 +14,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rbelmont.mameworld.info/?page_id=200 COMMENT= Portable, very accurate NES emulator with UNIF support +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_LANGUAGES= c c++ USE_TOOLS= gmake pkg-config |