aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-remote/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-31 16:53:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-31 16:53:41 +0000
commit08d5157acbbc102e961845c6269c3a5d056e34f5 (patch)
treef3d067900b51c8a87aab8adbae3f353cf397314f /www/firefox-remote/Makefile
parent696316e28244e13bd9d2a71c464bdd9a30cc86f7 (diff)
downloadports-08d5157acbbc102e961845c6269c3a5d056e34f5.tar.gz
ports-08d5157acbbc102e961845c6269c3a5d056e34f5.zip
Fix installation file name.
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> Big ol' pointy hat to: me
Notes
Notes: svn path=/head/; revision=110541
Diffstat (limited to 'www/firefox-remote/Makefile')
-rw-r--r--www/firefox-remote/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile
index 86b494f2465d..1273610d66c6 100644
--- a/www/firefox-remote/Makefile
+++ b/www/firefox-remote/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firefox
PORTVERSION= 20040513
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
PKGNAMESUFFIX= -remote
@@ -27,6 +28,6 @@ do-build:
${WRKDIR}/${PORTNAME}
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>