From a35e560674c1ee66bfdefb4bc5a1ef5e700cd4d8 Mon Sep 17 00:00:00 2001 From: couderc Date: Tue, 15 Feb 2005 15:12:42 +0000 Subject: [PATCH] override freedesktop menu path --- www/bluefish/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index ae056251fbd..d58e2b202fb 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2005/02/14 23:00:49 couderc Exp $ +# $OpenBSD: Makefile,v 1.37 2005/02/15 15:12:42 couderc Exp $ COMMENT= "HTML editor for experienced web designers" VERSION= 1.0 DISTNAME= bluefish-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= www HOMEPAGE= http://bluefish.openoffice.nl/ @@ -33,7 +34,7 @@ LIB_DEPENDS= gtk-x11-2.0.0.14,gdk-x11-2.0.0.14,gdk_pixbuf-2.0.0.14::x11/gtk+2 \ aspell::textproc/aspell/core CONFIGURE_STYLE=gnu -#CONFIGURE_ARGS= --with-icon-path='$${DESTDIR}${PREFIX}/share/pixmaps/' +CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/' CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"