From 1bf52a9337e94531137af0b802340a957cbc347e Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 18 Feb 2009 10:56:09 +0000 Subject: Use INSTALLATION_DIRS --- games/eus-demo/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games/eus-demo') 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} \ -- cgit v1.2.3