diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-14 09:17:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-01-14 09:17:51 +0000 |
commit | 93b65b4bfa78c16b2bde099b1aaed1732c20b2f7 (patch) | |
tree | de22f8fb817e3ce82be8ad781d95bd83119e00dc /print | |
parent | 2afad3e2ae656224f1cce128eb1b3e9aab2305b7 (diff) | |
download | ports-93b65b4bfa78c16b2bde099b1aaed1732c20b2f7.tar.gz ports-93b65b4bfa78c16b2bde099b1aaed1732c20b2f7.zip |
Notes
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 6c9e2417e0a7..2b8157456504 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 2138c53d584f..5bccb5e1079d 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 |