From e46f967542dc4891c733314509c3f1ae66df281f Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 7 Apr 2008 16:21:03 +0000 Subject: Fix DESTDIR. --- games/4stAttack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile index 51209d67e84..88df640ba0c 100644 --- a/games/4stAttack/Makefile +++ b/games/4stAttack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/03/04 06:59:03 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/04/07 16:21:03 joerg Exp $ # DISTNAME= 4stAttack-2.1.4 @@ -12,6 +12,8 @@ COMMENT= Game in which you have to try to out-smart your opponent PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin share/${PKGBASE} + PYTHON_PATCH_SCRIPTS= 4stattack.py FIND_EXCLUDE= \( -name \*.orig -or -name \*.txt -or -name \*.pre -or -name GPL -or -name \*~ -or -name 4stattack \) @@ -25,7 +27,6 @@ do-build: ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py ${WRKSRC} do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/${PKGBASE} ${INSTALL_SCRIPT} ${WRKSRC}/4stattack ${DESTDIR}${PREFIX}/bin cd ${WRKSRC} && ${FIND} . -type f -and \! ${FIND_EXCLUDE} \ -print | ${PAX} -rw -pp -pm ${DESTDIR}${PREFIX}/share/${PKGBASE} -- cgit v1.2.3