From d67ff5f0e6369ce790255170ec30c44a6d6fb9f2 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 30 Aug 2005 10:41:44 +0000 Subject: Rename ree binary to rom-ree to don't conflict with /usr/bin/ree Submitted by: maintainer --- misc/ree/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/ree') diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 8929265762b9..cb6da382536c 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.linuks.mine.nu/ree/ \ MAINTAINER= ehaupt@critical.ch COMMENT= A tool to dump your ROM extensions -PLIST_FILES= bin/ree bin/fontdump +PLIST_FILES= bin/rom-ree bin/fontdump PORTDOCS= readme ONLY_FOR_ARCHS= i386 @@ -25,7 +25,8 @@ do-build: .endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKSRC}/fontdump ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/rom-${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -- cgit v1.2.3