diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-23 18:23:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-23 18:23:06 +0800 |
commit | 61608297dbcc1340120422d527979fac5ee7d800 (patch) | |
tree | bb87baf43d4e752ec505a7627606c880ee1c4b5b /x11/gnome-menus | |
parent | bc09a90d83a4e97ac8d8bfa2f30e61bf2107458b (diff) | |
download | marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.gz marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.bz2 marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.lz marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.xz marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.zst marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.zip |
Don't removed gnomehier owned dirs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16524 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus')
-rw-r--r-- | x11/gnome-menus/Makefile | 10 | ||||
-rw-r--r-- | x11/gnome-menus/pkg-plist | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 30ab8081d..5d4f9acd4 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.110 2010/11/17 11:29:19 kwm Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.117 2011/06/10 21:14:05 mezz Exp $ # PORTNAME= gnome-menus PORTVERSION= 2.30.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,12 +23,12 @@ CONFLICTS= gnome-menus-3.[0-9]* USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack +USE_GNOME= gnomehier gnomeprefix gnomehack intlhack glib20 ltverhack USE_AUTOTOOLS= libtool USE_PYTHON= yes USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index f94508732..a0703b292 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -138,8 +138,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrm share/gnome-menus @dirrmtry share/desktop-directories @dirrm include/gnome-menus -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 @dirrmtry etc/xdg/menus @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK |