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 | |
parent | bc09a90d83a4e97ac8d8bfa2f30e61bf2107458b (diff) | |
download | marcuscom-ports-61608297dbcc1340120422d527979fac5ee7d800.tar.gz 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')
-rw-r--r-- | x11/gnome-menus/Makefile | 10 | ||||
-rw-r--r-- | x11/gnome-menus/pkg-plist | 2 | ||||
-rw-r--r-- | x11/gnome-menus3/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-menus3/pkg-plist | 2 |
4 files changed, 8 insertions, 12 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 diff --git a/x11/gnome-menus3/Makefile b/x11/gnome-menus3/Makefile index 8edfab142..b86cce309 100644 --- a/x11/gnome-menus3/Makefile +++ b/x11/gnome-menus3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus3/Makefile,v 1.3 2011/09/19 19:55:11 kwm Exp $ +# $MCom: ports/x11/gnome-menus3/Makefile,v 1.4 2011/10/04 20:57:45 kwm Exp $ # PORTNAME= gnome-menus @@ -24,12 +24,12 @@ LATEST_LINK= gnome-menus3 USE_GETTEXT= yes USE_XZ= 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 CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ diff --git a/x11/gnome-menus3/pkg-plist b/x11/gnome-menus3/pkg-plist index 6f2851836..ef8b28582 100644 --- a/x11/gnome-menus3/pkg-plist +++ b/x11/gnome-menus3/pkg-plist @@ -153,8 +153,6 @@ share/locale/zu/LC_MESSAGES/gnome-menus-3.0.mo @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/GMenuSimpleEditor @dirrm include/gnome-menus-3.0 -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 @dirrmtry etc/xdg/menus @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu |