diff options
author | tron <tron> | 2001-02-04 21:33:11 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-04 21:33:11 +0000 |
commit | 6f5596b6fd7206d0cb74dbdafddaab7520ac34e9 (patch) | |
tree | 70ae8ef68a71c14ceccf3a31f822a90aef2a0e4a /emulators/uae | |
parent | 8378be66937f47f63105ad26cbc2d1576aa64a3b (diff) | |
download | pkgsrc-6f5596b6fd7206d0cb74dbdafddaab7520ac34e9.tar.gz |
Apply cosmetic changes suggested by Tomasz Luchowski in PR pkg/12129.
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 13 |
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" |