From bbcce9438c6cc66f86033e2ef4d10b0410021183 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 14 May 2004 11:49:01 +0000 Subject: maintainer update of emulators/vba Update of emulators/vba to 1.7.1_2 Also added a pkg-message to explain about the configuration file, and made sure that the default configuration file didn't get left behind when make deinstall is done. PR: ports/64612 Submitted by: No Name --- emulators/vba/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'emulators/vba/Makefile') diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 51f1c94ebac2..d59b48256635 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -51,19 +51,16 @@ pre-everything:: do-install: ${INSTALL} -d ${TARGET_DIR} ${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR} - -.if !exists (${PREFIX}/bin/VisualBoyAdvance.cfg) - ${INSTALL_DATA} ${DATA_FILES} ${TARGET_DIR} -.endif + ${CP} ${DATA_FILES} ${DATA_FILES}-default + ${INSTALL_DATA} ${DATA_FILES}-default ${TARGET_DIR} post-install: .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - .for filename in ${DOC_FILES} ${INSTALL_MAN} ${WRKSRC}/${filename} ${DOCSDIR} .endfor - .endif + ${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3