diff options
author | jgh <jgh@FreeBSD.org> | 2012-10-14 07:20:57 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-10-14 07:20:57 +0800 |
commit | 677a85b4a54626ca1ffb1fef43f86822cccd4a00 (patch) | |
tree | d2836691224a08c547d2a7df998d21343434397e /deskutils | |
parent | 275c9d39b45275e82caf9cb66e04b3bc94f64e84 (diff) | |
download | freebsd-ports-gnome-677a85b4a54626ca1ffb1fef43f86822cccd4a00.tar.gz freebsd-ports-gnome-677a85b4a54626ca1ffb1fef43f86822cccd4a00.tar.zst freebsd-ports-gnome-677a85b4a54626ca1ffb1fef43f86822cccd4a00.zip |
- drop icon-theme.cache from plists
Spotted by: bapt
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad-current/Makefile | 7 | ||||
-rw-r--r-- | deskutils/xpad-current/pkg-plist | 1 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 8 | ||||
-rw-r--r-- | deskutils/xpad/pkg-plist | 1 |
4 files changed, 4 insertions, 13 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index c705ce93252e..e2083ac8f631 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: xpad-current -# Date created: 14 November 2011 -# Whom: Jason Helfman <jhelfman@experts-exchange.com> -# # $FreeBSD$ -# PORTNAME= xpad PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMESUFFIX= -current diff --git a/deskutils/xpad-current/pkg-plist b/deskutils/xpad-current/pkg-plist index d6b8a694cd62..8c8264d1f483 100644 --- a/deskutils/xpad-current/pkg-plist +++ b/deskutils/xpad-current/pkg-plist @@ -1,6 +1,5 @@ bin/xpad share/applications/xpad.desktop -share/icons/hicolor/icon-theme.cache share/icons/hicolor/scalable/apps/xpad.svg share/locale/af/LC_MESSAGES/xpad.mo share/locale/bg/LC_MESSAGES/xpad.mo diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index c783fbfe26e1..112f9dd2cbd0 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xpad -# Date created: 6 March 2002 -# Whom: Guillaume Paquet <amyfoub@gmail.com> +# Created by: Guillaume Paquet <amyfoub@gmail.com> # # $FreeBSD$ -# PORTNAME= xpad PORTVERSION= 3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ @@ -23,6 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm USE_GNOME= pkgconfig gtk20 gnomehier intltool +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/xpad/pkg-plist b/deskutils/xpad/pkg-plist index 679fdd1efae2..f0f01928a9cf 100644 --- a/deskutils/xpad/pkg-plist +++ b/deskutils/xpad/pkg-plist @@ -1,6 +1,5 @@ bin/xpad share/applications/xpad.desktop -share/icons/hicolor/icon-theme.cache share/icons/hicolor/scalable/apps/xpad.svg share/locale/af/LC_MESSAGES/xpad.mo share/locale/bg/LC_MESSAGES/xpad.mo |