diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:41:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:41:07 +0000 |
commit | 3f26c432685806af221acb3e07de287f1bdd9d2b (patch) | |
tree | c3b411433342f5c6191e6d534afcfacf39ba63e2 /www/bluefish/Makefile | |
parent | bc786789d9c8a43b2faa7b10cd7fb9273be1ad8b (diff) |
Notes
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index c6697d301058..2d962bdd03d8 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -7,13 +7,13 @@ # PORTNAME= bluefish -PORTVERSION= 1.0.4 -PORTREVISION= 3 +PORTVERSION= 1.0.5 CATEGORIES= www editors -MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ - ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ +MASTER_SITES= http://pkedu.fbt.wur.nl/~olivier/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ - ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ + ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer @@ -65,9 +65,6 @@ pre-everything:: @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish." @${ECHO_MSG} "" -post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/debian/bluefish.1 ${PREFIX}/man/man1/bluefish.1 - .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mlibgnomeui}!="" |