From 98b9496b6b704ffafa8fd424f5459418ba7ce8f0 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 5 May 2003 18:24:11 +0000 Subject: post-install: - don't call install with multiple directory args. --- emulators/x48/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index b9601178f5d..a00d437be1d 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:40:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/05 18:24:11 grant Exp $ # DISTNAME= x48_041 @@ -14,8 +14,8 @@ COMMENT= HP48 emulator USE_IMAKE= YES post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48 \ - ${PREFIX}/share/doc/x48/romdump + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48/romdump cd ${WRKSRC}/doc && \ ${INSTALL_MAN} CARDS.doc INSTALLING ROMDump.doc \ ${PREFIX}/share/doc/x48 -- cgit v1.2.3