diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-01-14 17:17:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-01-14 17:17:51 +0800 |
commit | 8079b61251ec56288d19fd667d10d74f636afa35 (patch) | |
tree | 91a91a8a4f8547f00fae2b5cefe901c9f08eb70d /print | |
parent | 78e868cb60c3f416413427621f8bcdf8201a2d28 (diff) | |
download | freebsd-ports-graphics-8079b61251ec56288d19fd667d10d74f636afa35.tar.gz freebsd-ports-graphics-8079b61251ec56288d19fd667d10d74f636afa35.tar.zst freebsd-ports-graphics-8079b61251ec56288d19fd667d10d74f636afa35.zip |
- force installation of cups.desktop
PR: 119621
Submitted by: José García Juanino
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
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 |