summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron>2001-02-04 21:33:11 +0000
committertron <tron>2001-02-04 21:33:11 +0000
commit6f5596b6fd7206d0cb74dbdafddaab7520ac34e9 (patch)
tree70ae8ef68a71c14ceccf3a31f822a90aef2a0e4a /emulators
parent8378be66937f47f63105ad26cbc2d1576aa64a3b (diff)
downloadpkgsrc-6f5596b6fd7206d0cb74dbdafddaab7520ac34e9.tar.gz
Apply cosmetic changes suggested by Tomasz Luchowski in PR pkg/12129.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index ac90b3ccf5a..2bdaacf0e19 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/02 22:17:20 kristerw Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/04 21:33:11 tron Exp $
DISTNAME= uae-0.8.15
CATEGORIES= emulators
@@ -18,12 +18,9 @@ CONFIGURE_ARGS+= --enable-dga --enable-vidmode \
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
do-install:
-.for FILE in readdisk uae
- ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
-.endfor
- ${MKDIR} ${PREFIX}/share/doc/uae
-.for FILE in FAQ README
- ${INSTALL_DATA} ${WRKSRC}/docs/${FILE} ${PREFIX}/share/doc/uae
-.endfor
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae
+ cd ${WRKSRC}/docs && ${INSTALL_DATA} FAQ README \
+ ${PREFIX}/share/doc/uae
.include "../../mk/bsd.pkg.mk"