diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-22 06:59:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-22 06:59:57 +0800 |
commit | 993874b14e4afa81de14dd008c4816f232171626 (patch) | |
tree | ea8b229187ae496306b6b9e4abee2eba4e216b6d /editors | |
parent | 9160f55a6bad172bbd273314970b8b9178cf474c (diff) | |
download | freebsd-ports-gnome-993874b14e4afa81de14dd008c4816f232171626.tar.gz freebsd-ports-gnome-993874b14e4afa81de14dd008c4816f232171626.tar.zst freebsd-ports-gnome-993874b14e4afa81de14dd008c4816f232171626.zip |
* Update to 2.0.3
* Use USE_GNOMENG
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 14 | ||||
-rw-r--r-- | editors/gedit2/distinfo | 2 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 2 |
3 files changed, 6 insertions, 12 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index b4e7490a8b53..a1a29a2f5b12 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gedit2 -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME:S/2$//} +MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME:S/2$//} DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -26,20 +26,16 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gedit.1 -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' .include <bsd.port.mk> diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo index e5774fe7bda1..7645ac9687e5 100644 --- a/editors/gedit2/distinfo +++ b/editors/gedit2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gedit-2.0.2.tar.bz2) = 471c0a9c6a892acc39fb6cb363350b36 +MD5 (gnome2/gedit-2.0.3.tar.bz2) = fbbb3712e81b91ab9c19379f361f1cc8 diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist index a2eaa32cea03..98847d82b964 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -112,8 +112,6 @@ share/locale/zh_CN/LC_MESSAGES/gedit-2.0.mo share/locale/zh_TW/LC_MESSAGES/gedit-2.0.mo @dirrm share/gnome/omf/gedit @dirrm share/gnome/help/gedit/C/figures -@dirrm share/gnome/help/gedit/C -@dirrm share/gnome/help/gedit @dirrm share/gnome/gedit-2/ui @dirrm share/gnome/gedit-2/taglist @dirrm share/gnome/gedit-2/glade |