From 8079b61251ec56288d19fd667d10d74f636afa35 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 14 Jan 2008 09:17:51 +0000 Subject: - force installation of cups.desktop PR: 119621 Submitted by: José García Juanino MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- print/cups-base/Makefile | 2 ++ print/cups-base/pkg-plist | 1 + 2 files changed, 3 insertions(+) (limited to 'print') diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 6c9e2417e0a..2b815745650 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -7,6 +7,7 @@ PORTNAME= cups PORTVERSION= 1.3.5 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} @@ -41,6 +42,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-system-groups=${CUPSSYSGRP} \ --with-docdir=${DOCSDIR} \ --with-icondir=${PREFIX}/share/icons \ + --with-menudir=${DESKTOPDIR} \ --with-domainsocket=${CUPS_SOCKET} OPTIONS= GNUTLS "Build with GNUTLS library" on \ diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index 2138c53d584..5bccb5e1079 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -1566,6 +1566,7 @@ sbin/reject %%DOCSDIR%%/zh_TW/images/button-view-page-log.gif %%DOCSDIR%%/zh_TW/images/button-view-printable-version.gif %%DOCSDIR%%/zh_TW/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 -- cgit