diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /games/crack-attack-sounds | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'games/crack-attack-sounds')
-rw-r--r-- | games/crack-attack-sounds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/crack-attack-sounds/Makefile b/games/crack-attack-sounds/Makefile index 754d7d6bacc..a18aeffcd01 100644 --- a/games/crack-attack-sounds/Makefile +++ b/games/crack-attack-sounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 19:10:18 dsainty Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:30 joerg Exp $ # DISTNAME= crack-attack-sounds-1.1.14-58.noarch @@ -12,6 +12,8 @@ MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://www.miguev.net/background-music-for-crack-attack-119-v05/ COMMENT= Music and sounds for crack-attack +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/usr/share/games/crack-attack USE_LANGUAGES= # none NO_BUILD= yes |