diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-23 10:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-23 10:29:49 +0000 |
commit | e8383327226f595af32d45f8cf4328bcf283b101 (patch) | |
tree | 7468c6130c7efd23ef25e455b57306fc4614eb40 /games/adom | |
parent | 7aa256bb93ddc83a814fe6bb00f91911c2bfd67b (diff) | |
download | pkgsrc-e8383327226f595af32d45f8cf4328bcf283b101.tar.gz |
Use INSTALLATION_DIRS, from MAINTAINER.
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 520a85bcdd3..9390f37a7d3 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/17 18:33:20 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/12/23 10:29:49 wiz Exp $ # DISTNAME= adom-111-elf @@ -23,10 +23,9 @@ NO_CONFIGURE= YES DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base .endif -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin share/doc/adom do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adom ${INSTALL_DATA} ${WRKSRC}/*.* ${PREFIX}/share/doc/adom ${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin |