summaryrefslogtreecommitdiff
path: root/games/eus-demo
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-02-18 10:56:09 +0000
committerabs <abs@pkgsrc.org>2009-02-18 10:56:09 +0000
commit6a05f6faf18c2c7483301be5c3c7852079f431c1 (patch)
tree26e79a98ddce6701ecb379efb5675d7f26872d1d /games/eus-demo
parent7a97e86e864c9fe072b48404c8bebbdc87565724 (diff)
downloadpkgsrc-6a05f6faf18c2c7483301be5c3c7852079f431c1.tar.gz
Use INSTALLATION_DIRS
Diffstat (limited to 'games/eus-demo')
-rw-r--r--games/eus-demo/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile
index 68c2bc18de6..b57124bd677 100644
--- a/games/eus-demo/Makefile
+++ b/games/eus-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/05/26 02:13:19 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/18 10:56:55 abs Exp $
DISTNAME= eus-demo
PKGNAME= eus-demo-1.0
@@ -37,7 +37,7 @@ BINTYPE.powerpc= ppc/glibc-2.1
BINTYPE.sparc64= sparc64/glibc-2.1
BINTYPE= ${BINTYPE.${EMUL_ARCH}}
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin ${LIBDIR} ${SHAREDIR}
do-build:
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
@@ -47,8 +47,6 @@ do-build:
# The executable must be in the same directory as the data.
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${LIBDIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${SHAREDIR}
${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh \
${DESTDIR}${PREFIX}/bin/${BINNAME}
${INSTALL_PROGRAM} ${WRKSRC}/bin/${BINTYPE}/${DISTBINNAME} \