diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-10-13 23:20:57 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-10-13 23:20:57 +0000 |
commit | 820a2321591369183762a0401696890750e52b51 (patch) | |
tree | d2836691224a08c547d2a7df998d21343434397e /deskutils/xpad | |
parent | fb003383865c9d480f0f7a9078d9c4eb7bfb9d1d (diff) | |
download | ports-820a2321591369183762a0401696890750e52b51.tar.gz ports-820a2321591369183762a0401696890750e52b51.zip |
- drop icon-theme.cache from plists
Spotted by: bapt
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305852
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 8 | ||||
-rw-r--r-- | deskutils/xpad/pkg-plist | 1 |
2 files changed, 3 insertions, 6 deletions
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 |