summaryrefslogtreecommitdiff
path: root/misc/ree
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-30 10:41:44 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-30 10:41:44 +0000
commitd67ff5f0e6369ce790255170ec30c44a6d6fb9f2 (patch)
treef37b539b8284171d14f50cf60c11f8e94a265af9 /misc/ree
parento Fix PLIST (diff)
Rename ree binary to rom-ree to don't conflict with /usr/bin/ree
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=141416
Diffstat (limited to 'misc/ree')
-rw-r--r--misc/ree/Makefile5
1 files changed, 3 insertions, 2 deletions
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}