diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-17 15:54:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-17 15:54:55 +0800 |
commit | 5ee3d4941769148ca302885f9286a542e0963796 (patch) | |
tree | 88d8e03fa67496f72eaf7bb6c11d1650fdac1841 /print/cups-base | |
parent | 40795a302fc0dc62b638e7961996f41e1b510987 (diff) | |
download | freebsd-ports-gnome-5ee3d4941769148ca302885f9286a542e0963796.tar.gz freebsd-ports-gnome-5ee3d4941769148ca302885f9286a542e0963796.tar.zst freebsd-ports-gnome-5ee3d4941769148ca302885f9286a542e0963796.zip |
- drop defunct cups.desktop
Reported by: Michael Johnson
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/files/patch-Makefile | 11 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 7139136e3302..ba2b87e43dd3 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -8,7 +8,7 @@ PORTNAME= cups PORTVERSION= 1.2.7 DISTVERSIONSUFFIX= -source -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= -base${PKGNAMESUFFIX2} diff --git a/print/cups-base/files/patch-Makefile b/print/cups-base/files/patch-Makefile new file mode 100644 index 000000000000..7fb65225eed8 --- /dev/null +++ b/print/cups-base/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Aug 29 17:51:19 2006 ++++ Makefile Sun Jan 14 10:44:39 2007 +@@ -141,8 +141,6 @@ + fi + if test -d /usr/share/applications; then \ + echo Installing desktop icons...; \ +- $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/applications; \ +- $(INSTALL_DATA) desktop/cups.desktop $(BUILDROOT)/usr/share/applications; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/16x16/apps; \ + $(INSTALL_DATA) desktop/cups-16.png $(BUILDROOT)/usr/share/icons/hicolor/16x16/apps/cups.png; \ + $(INSTALL_DIR) -m 755 $(BUILDROOT)/usr/share/icons/hicolor/32x32/apps; \ diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index c79f61e83d22..152f368004b6 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -562,7 +562,6 @@ sbin/reject %%DOCSDIR%%/sv/images/button-view-page-log.gif %%DOCSDIR%%/sv/images/button-view-printable-version.gif %%DOCSDIR%%/sv/index.html -share/applications/cups.desktop share/icons/hicolor/16x16/apps/cups.png share/icons/hicolor/32x32/apps/cups.png share/icons/hicolor/64x64/apps/cups.png |