diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-05 02:26:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-05 02:26:26 +0800 |
commit | a02df813e9351fdef570023fefc27ac31979880e (patch) | |
tree | 820c39dfbc7278e5e2af0fd3e63c3154721bd310 /www/bluefish-devel/Makefile | |
parent | 7f75b005150c5857e72ec030eaf0f519a4f44702 (diff) | |
download | freebsd-ports-gnome-a02df813e9351fdef570023fefc27ac31979880e.tar.gz freebsd-ports-gnome-a02df813e9351fdef570023fefc27ac31979880e.tar.zst freebsd-ports-gnome-a02df813e9351fdef570023fefc27ac31979880e.zip |
* Update to the latest 0.9 develop snapshot (0.9.20030703)
* Fix the icon for bluefish.desktop
* Make sure all locale dirs are removed if empty
PR: 54088
Submitted by: maintainer
Diffstat (limited to 'www/bluefish-devel/Makefile')
-rw-r--r-- | www/bluefish-devel/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 0559eabf6f3d..cb31e93c0d0f 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bluefish -PORTVERSION= 0.9.20030621 +PORTVERSION= 0.9.20030703 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ -DISTNAME= ${PORTNAME}-2003-06-21 +DISTNAME= ${PORTNAME}-2003-07-03 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer @@ -32,9 +32,8 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications - -.include <bsd.port.pre.mk> +CONFIGURE_ARGS= --with-gnome2-menu=${PREFIX}/share/gnome/apps/Applications \ + --with-icon-path=${PREFIX}/share/gnome/pixmaps # Turns debugging output on .if defined(WITH_DEBUG) @@ -47,4 +46,4 @@ pre-everything:: @${ECHO_MSG} "WITH_DEBUG=yes for debug support" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |