diff options
author | abs <abs> | 2009-02-18 10:56:09 +0000 |
---|---|---|
committer | abs <abs> | 2009-02-18 10:56:09 +0000 |
commit | ef605a9adf711745b523bf54c4e65101b193aabe (patch) | |
tree | 26e79a98ddce6701ecb379efb5675d7f26872d1d /games/heretic2-demo | |
parent | a9c9699411fc3e6ad95b2ca095a79cfc8adef0a3 (diff) | |
download | pkgsrc-ef605a9adf711745b523bf54c4e65101b193aabe.tar.gz |
Use INSTALLATION_DIRS
Diffstat (limited to 'games/heretic2-demo')
-rw-r--r-- | games/heretic2-demo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile index 353a79ede71..5a6390d906b 100644 --- a/games/heretic2-demo/Makefile +++ b/games/heretic2-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:19 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/02/18 10:56:55 abs Exp $ # DISTNAME= heretic2-demo-x86 @@ -38,7 +38,7 @@ DIST_SUBDIR= lokigames LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin ${LIBDIR} ${SHAREDIR} do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ @@ -48,8 +48,6 @@ do-build: # The executable must be in the same directory as the data. do-install: - ${INSTALL_PROGRAM_DIR} ${DESTDIR}${LIBDIR} - ${INSTALL_DATA_DIR} ${DESTDIR}${SHAREDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh \ ${DESTDIR}${PREFIX}/bin/${BINNAME} ${INSTALL_PROGRAM} ${WRKSRC}/${DISTBINNAME} \ |