diff options
author | garga <garga@FreeBSD.org> | 2005-08-30 18:41:44 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-30 18:41:44 +0800 |
commit | 4291d84d26bce60ba75785c4ec6a6effe7d2675c (patch) | |
tree | 6ea12d783fdcb28373a12d79503e5f69cc8cb6ce /misc/ree | |
parent | 0bab0cceed88d8fe34876a6f7b1f7b896a53ab90 (diff) | |
download | freebsd-ports-gnome-4291d84d26bce60ba75785c4ec6a6effe7d2675c.tar.gz freebsd-ports-gnome-4291d84d26bce60ba75785c4ec6a6effe7d2675c.tar.zst freebsd-ports-gnome-4291d84d26bce60ba75785c4ec6a6effe7d2675c.zip |
Rename ree binary to rom-ree to don't conflict with /usr/bin/ree
Submitted by: maintainer
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} |