svn commit: r411264 - head/print/hplip

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 17 09:24:25 UTC 2016


Author: tijl
Date: Thu Mar 17 09:24:24 2016
New Revision: 411264
URL: https://svnweb.freebsd.org/changeset/ports/411264

Log:
  Fix pkg-plist when FAX option is on.

Modified:
  head/print/hplip/pkg-plist

Modified: head/print/hplip/pkg-plist
==============================================================================
--- head/print/hplip/pkg-plist	Thu Mar 17 09:09:06 2016	(r411263)
+++ head/print/hplip/pkg-plist	Thu Mar 17 09:24:24 2016	(r411264)
@@ -34,8 +34,6 @@ bin/hp-uninstall
 bin/hp-unload
 bin/hp-upgrade
 bin/hp-wificonfig
-%%FAX%%etc/cups/pstotiff.convs
-%%FAX%%etc/cups/pstotiff.types
 @sample etc/hp/hplip.conf.sample
 @comment etc/sane.d/dll.conf
 %%X11%%etc/xdg/autostart/hplip-systray.desktop
@@ -66,6 +64,8 @@ libexec/cups/filter/hpps
 libexec/cups/filter/pstotiff
 %%X11%%share/applications/hplip.desktop
 share/cups/drv/hpcups.drv
+%%FAX%%share/cups/mime/pstotiff.convs
+%%FAX%%share/cups/mime/pstotiff.types
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/README_LIBJPG
 %%PORTDOCS%%%%DOCSDIR%%/commandline.html


More information about the svn-ports-head mailing list