aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-remote
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-01 00:53:41 +0800
committermarcus <marcus@FreeBSD.org>2004-06-01 00:53:41 +0800
commitb54a1da5532c51617eb2ea4ec1ae28df6e53c69f (patch)
treeb6312a617a7aaf386cfd113ad7d751a9c930d5e5 /www/firefox-remote
parentaf072fcd50c2ef61cc4e5daff45cc7877fdfdc7b (diff)
downloadfreebsd-ports-gnome-b54a1da5532c51617eb2ea4ec1ae28df6e53c69f.tar.gz
freebsd-ports-gnome-b54a1da5532c51617eb2ea4ec1ae28df6e53c69f.tar.zst
freebsd-ports-gnome-b54a1da5532c51617eb2ea4ec1ae28df6e53c69f.zip
Fix installation file name.
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> Big ol' pointy hat to: me
Diffstat (limited to 'www/firefox-remote')
-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>