diff options
author | joerg <joerg> | 2008-04-07 16:53:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 16:53:38 +0000 |
commit | 6b96982fa1a0d9249f390e7230f8fa9f157a40f7 (patch) | |
tree | a984f1a4d1405b58543c3a459dbfed7d692de1b4 /games | |
parent | fda52426ff3c4a51754c83850e64039d85150aa8 (diff) | |
download | pkgsrc-6b96982fa1a0d9249f390e7230f8fa9f157a40f7.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-maps/Makefile | 4 | ||||
-rw-r--r-- | games/fltk-sudoku/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/crossfire-maps/Makefile b/games/crossfire-maps/Makefile index 9321f4d27ab..41faa858c89 100644 --- a/games/crossfire-maps/Makefile +++ b/games/crossfire-maps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 19:55:30 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/07 16:53:38 joerg Exp $ DISTNAME= crossfire-1.9.0-1.maps PKGNAME= crossfire-maps-1.9.0.1 @@ -26,6 +26,8 @@ REPLACE_BASH+= brest/pshops/pshop_copier REPLACE_PERL+= Info/combine.pl Info/map_sed.pl Info/rewrite_exits.pl REPLACE_PERL+= Info/rewrite_styles.pl Info/update_apart.pl Info/update_exits.pl +INSTALLATION_DIRS= share/crossfire/maps + do-install: cd ${WRKDIR} && ${CP} -R maps ${DESTDIR}${PREFIX}/share/crossfire cd ${DESTDIR}${PREFIX} && \ diff --git a/games/fltk-sudoku/Makefile b/games/fltk-sudoku/Makefile index 406dbf9016a..7c7c0d0ee13 100644 --- a/games/fltk-sudoku/Makefile +++ b/games/fltk-sudoku/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/04 06:59:04 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/04/07 17:08:44 joerg Exp $ DISTNAME= fltk-1.1.7-source PKGNAME= fltk-sudoku-1.1.7 @@ -45,6 +45,8 @@ SUBST_SED.config2= -e "s|../lib/||g" BUILD_DIRS= test BUILD_TARGET= sudoku +INSTALLATION_DIRS= bin + SETGIDGAME= yes SPECIAL_PERMS= bin/fltk-sudoku ${SETGID_GAMES_PERMS} |