diff options
Diffstat (limited to 'sysutils/gupsc')
-rw-r--r-- | sysutils/gupsc/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gupsc/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | sysutils/gupsc/pkg-plist | 4 |
3 files changed, 3 insertions, 20 deletions
diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile index 4a95d18442f8..fbb60cd51e1e 100644 --- a/sysutils/gupsc/Makefile +++ b/sysutils/gupsc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gupsc PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= http://heim.ifi.uio.no/~hennikul/gupsc/download/ @@ -27,8 +27,5 @@ pre-patch: s|/usr/local|${PREFIX}|; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure \ ${WRKSRC}/src/Makefile.in - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/sysutils/gupsc/files/patch-Makefile.in b/sysutils/gupsc/files/patch-Makefile.in deleted file mode 100644 index 5e904ee157e9..000000000000 --- a/sysutils/gupsc/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2002/05/13 12:37:29 1.1 -+++ Makefile.in 2002/05/13 12:37:39 -@@ -109,7 +109,7 @@ - - SUBDIRS = intl po macros src - --Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/gnome/apps/System -+Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/apps/System - Applications_DATA = gupsc.desktop - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/sysutils/gupsc/pkg-plist b/sysutils/gupsc/pkg-plist index 213dcb215695..96ce5465acd4 100644 --- a/sysutils/gupsc/pkg-plist +++ b/sysutils/gupsc/pkg-plist @@ -1,5 +1,5 @@ bin/gupsc share/locale/no/LC_MESSAGES/gupsc.mo -share/gnome/pixmaps/gupsc/ups.png share/gnome/apps/System/gupsc.desktop -@dirrm share/gnome/pixmaps/gupsc +share/pixmaps/gupsc/ups.png +@dirrm share/pixmaps/gupsc |