diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-26 05:19:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-26 05:19:58 +0800 |
commit | 086c5aab498c0304215894e01ffd85ae87623ed7 (patch) | |
tree | 60b1d25fcfa9797044b2bf3738b4029acb736cde /www/preferential/Makefile | |
parent | 23ec37acaea15e0d9f057984e0d36c0d728c4847 (diff) | |
download | freebsd-ports-gnome-086c5aab498c0304215894e01ffd85ae87623ed7.tar.gz freebsd-ports-gnome-086c5aab498c0304215894e01ffd85ae87623ed7.tar.zst freebsd-ports-gnome-086c5aab498c0304215894e01ffd85ae87623ed7.zip |
Upgrade to 0.7.1.
Diffstat (limited to 'www/preferential/Makefile')
-rw-r--r-- | www/preferential/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile index b543c873ce36..9325851bafad 100644 --- a/www/preferential/Makefile +++ b/www/preferential/Makefile @@ -6,11 +6,12 @@ # PORTNAME?= preferential -PORTVERSION= 0.6.1a -PORTREVISION?= 2 +PORTVERSION= 0.7.1 +PORTREVISION?= 0 CATEGORIES= www MASTER_SITES= http://downloads.mozdev.org/preferential/versions/ \ - http://mozdev.mirrors.nyphp.org/preferential/versions/ + http://ftp.ntua.gr/pub/www/mozdev/preferential/versions/ \ + http://ftp.iasi.roedu.net/mirrors/mozdev.org/preferential/versions/ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org @@ -22,6 +23,6 @@ USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. .include "${PORTSDIR}/www/mozex/Makefile.xpi" do-install: - @${INSTALL_DATA} ${WRKDIR}/preferential.jar ${MOZDIR}/chrome + @${INSTALL_DATA} ${WRKDIR}/chrome/preferential.jar ${MOZDIR}/chrome .include <bsd.port.post.mk> |