diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 17:52:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 17:52:07 +0000 |
commit | d30a7a3d41765eb948517944f345c3b0beea16fa (patch) | |
tree | fe6f11799ebe1dd0dbdeeb7fb78cc697652e2f9d /games/rocksndiamonds-levels | |
parent | c66ca0849720b44c81947c9db9e9c8ba37e95c4f (diff) | |
download | pkgsrc-d30a7a3d41765eb948517944f345c3b0beea16fa.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'games/rocksndiamonds-levels')
-rw-r--r-- | games/rocksndiamonds-levels/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/rocksndiamonds-levels/Makefile b/games/rocksndiamonds-levels/Makefile index 78691ec3330..6f2ac62be6f 100644 --- a/games/rocksndiamonds-levels/Makefile +++ b/games/rocksndiamonds-levels/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 06:59:05 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/04/07 17:56:24 joerg Exp $ DISTNAME= rocksndiamonds-levels-1.0 PKGREVISION= 3 @@ -21,6 +21,8 @@ NO_BUILD= yes USE_LANGUAGES= # none WRKSRC= ${WRKDIR}/levels +INSTALLATION_DIRS= share/rocksndiamonds/levels + PLIST_SRC= ${WRKDIR}/PLIST ${PKGDIR}/PLIST # if you change SCORE_PATH, don't forget to change patch-aa, too |