diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 10:41:44 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-30 10:41:44 +0000 |
commit | d67ff5f0e6369ce790255170ec30c44a6d6fb9f2 (patch) | |
tree | f37b539b8284171d14f50cf60c11f8e94a265af9 /misc/ree | |
parent | a935b39e1e957c06c68338c8388e3ff511c3e35d (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/Makefile | 5 |
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} |