diff options
author | mezz <mezz@FreeBSD.org> | 2005-02-21 05:39:07 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-02-21 05:39:07 +0800 |
commit | 2ad5cf9095ebbb9371cb97d81a2d2503fb540771 (patch) | |
tree | 894ca37d09e1ccb3e595dee7a6fe537228c5f311 /news/pan2/Makefile | |
parent | 9321b6010a05a71fcec41d9d133ac01900ed1b22 (diff) | |
download | freebsd-ports-gnome-2ad5cf9095ebbb9371cb97d81a2d2503fb540771.tar.gz freebsd-ports-gnome-2ad5cf9095ebbb9371cb97d81a2d2503fb540771.tar.zst freebsd-ports-gnome-2ad5cf9095ebbb9371cb97d81a2d2503fb540771.zip |
Add 'Categories' entry in pan.desktop and move pan.desktop from
${X11BASE}/share/gnome/apps/Internet to ${X11BASE}/share/gnome/applications.
It works better for the future GNOME 2.10 and the 'share/gnome/apps/*' is old.
Diffstat (limited to 'news/pan2/Makefile')
-rw-r--r-- | news/pan2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index b2a1c97089c0..f32cbb41dc2f 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -7,6 +7,7 @@ PORTNAME= pan2 PORTVERSION= 0.14.2.91 +PORTREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ @@ -23,6 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20 +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" @@ -37,4 +39,8 @@ CONFIGURE_ARGS+= --disable-gtkspell LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 .endif +post-patch: + @${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \ + ${WRKSRC}/Makefile.in + .include <bsd.port.post.mk> |