diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /mail/gnubiff | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/Makefile | 2 | ||||
-rw-r--r-- | mail/gnubiff/pkg-plist | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 122062a2e9b2..56a00868b5a9 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnubiff PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,6 @@ COMMENT= A mail notification program for Gnome LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -USE_X_PREFIX= yes USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes USE_FAM= yes diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 3472a484a00e..07d5924bafd7 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -30,10 +30,13 @@ bin/gnubiff %%SHAREDIR%%/pixmaps/gnubiff.png %%WITH_GNOME%%%%BONOBODIR%%/servers/GNOME_gnubiffApplet.server %%WITH_GNOME%%%%SHAREDIR%%/gnome-2.0/ui/GNOME_gnubiffApplet.xml -@dirrmtry share/locale/fr_CA/LC_MESSAGES -@dirrmtry share/locale/fr_CA @dirrmtry %%BONOBODIR%%/servers @dirrmtry %%BONOBODIR%% @dirrmtry %%SHAREDIR%%/gnome-2.0/ui @dirrmtry %%SHAREDIR%%/gnome-2.0 +@dirrmtry share/pixmaps +@dirrmtry share/locale/fr_FR/LC_MESSAGES +@dirrmtry share/locale/fr_FR +@dirrmtry share/locale/fr_CA/LC_MESSAGES +@dirrmtry share/locale/fr_CA @dirrm %%SHAREDIR%%/gnubiff |