diff options
author | joerg <joerg> | 2008-04-07 17:52:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:52:07 +0000 |
commit | 6def471901b419215ab3ea4e0c1c447b9d8fbca4 (patch) | |
tree | fe6f11799ebe1dd0dbdeeb7fb78cc697652e2f9d /games/rocksndiamonds-levels | |
parent | 64f0ee541e9c63fcde9a266dab532a8c85ca963b (diff) | |
download | pkgsrc-6def471901b419215ab3ea4e0c1c447b9d8fbca4.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 |