diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /emulators/atari800 | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 34b0bb58c60..6cf45ad5a56 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/07/20 17:45:54 adam Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/20 01:09:18 joerg Exp $ DISTNAME= atari800-2.0.3 CATEGORIES= emulators @@ -9,6 +9,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://atari800.sourceforge.net/ COMMENT= Atari 800, 800XL, 130XE and 5200 emulator +PKG_DESTDIR_SUPPORT= user-destdir + RESTRICTED= copyrighted ROM images NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -33,7 +35,7 @@ post-extract: post-install: ${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \ - ${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/ + ${WRKSRC}/atari800.cfg ${DESTDIR}${PREFIX}/share/atari800/ .include "../../graphics/png/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" |