Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 19:33:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375108 - in head/print: abcm2ps flpsed font2svg gsview gutenprint-base gv html2ps mpage openprinting pdf4tcl xpp
Message-ID:  <201412201933.sBKJXTQC008318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 20 19:33:28 2014
New Revision: 375108
URL: https://svnweb.freebsd.org/changeset/ports/375108
QAT: https://qat.redports.org/buildarchive/r375108/

Log:
  cleanup plist

Modified:
  head/print/abcm2ps/Makefile
  head/print/flpsed/Makefile
  head/print/font2svg/Makefile
  head/print/gsview/Makefile
  head/print/gutenprint-base/Makefile
  head/print/gv/Makefile
  head/print/html2ps/Makefile
  head/print/mpage/Makefile
  head/print/openprinting/Makefile
  head/print/pdf4tcl/Makefile
  head/print/xpp/Makefile

Modified: head/print/abcm2ps/Makefile
==============================================================================
--- head/print/abcm2ps/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/abcm2ps/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -18,7 +18,6 @@ PORTDOCS=	Changes README deco.abc newfea
 PLIST_FILES=	bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \
 		%%DATADIR%%/flute.fmt %%DATADIR%%/landscape.fmt \
 		%%DATADIR%%/tight.fmt %%DATADIR%%/musicfont.fmt
-PLIST_DIRS=	%%DATADIR%%
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/print/flpsed/Makefile
==============================================================================
--- head/print/flpsed/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/flpsed/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -17,7 +17,6 @@ LIB_DEPENDS+=	libfltk.so:${PORTSDIR}/x11
 GNU_CONFIGURE=	yes
 USE_GHOSTSCRIPT=yes
 USES=		desktop-file-utils gmake
-PLIST_DIRSTRY=	share/icons
 PLIST_FILES=	bin/flpsed \
 		man/man1/flpsed.1.gz \
 		share/applications/flpsed.desktop \

Modified: head/print/font2svg/Makefile
==============================================================================
--- head/print/font2svg/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/font2svg/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -16,7 +16,6 @@ USE_GHOSTSCRIPT_RUN=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \

Modified: head/print/gsview/Makefile
==============================================================================
--- head/print/gsview/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/gsview/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -28,7 +28,6 @@ PLIST_FILES=	bin/gsview \
 		bin/gsview-help \
 		etc/gsview/printer.ini \
 		man/man1/gsview.1.gz
-PLIST_DIRS=	etc/gsview
 PORTDOCS=	gsview.css cdorder.txt regorder.txt Readme.htm LICENCE \
 		gvxct.htm gvxde.htm gvxen.htm gvxes.htm gvxfr.htm gvxgr.htm \
 		gvxit.htm gvxnl.htm gvxru.htm gvxse.htm gvxsk.htm

Modified: head/print/gutenprint-base/Makefile
==============================================================================
--- head/print/gutenprint-base/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/gutenprint-base/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -48,8 +48,6 @@ CONFIGURE_ARGS+=--without-gimp2
 .if ${OSVERSION} > 1000000
 PLIST_FILES+=	libexec/cups/backend/gutenprint52+usb \
 		share/cups/usb/net.sf.gimp-print.usb-quirks
-PLIST_DIRS+=	libexec/cups/backend \
-		share/cups/usb
 .endif
 LIB_DEPENDS+=	libcups.so:${PORTSDIR}/print/cups-client \
 		libcupsimage.so:${PORTSDIR}/print/cups-image

Modified: head/print/gv/Makefile
==============================================================================
--- head/print/gv/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/gv/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gv
 PORTVERSION=	3.7.4
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU/${PORTNAME}
 
@@ -27,14 +28,9 @@ INFO=		gv
 PLIST_FILES=	bin/gv \
 		bin/gv-update-userconfig \
 		%%DATADIR%%/gv_system.ad \
-		%%DATADIR%%/safe-gs-workdir/.keep_me \
 		lib/X11/app-defaults/GV \
 		man/man1/gv.1.gz \
 		man/man1/gv-update-userconfig.1.gz
-PLIST_DIRS=	%%DATADIR%%/safe-gs-workdir \
-		%%DATADIR%%
-
-post-install:
-	@${TOUCH} ${STAGEDIR}${DATADIR}/safe-gs-workdir/.keep_me
+PLIST_DIRS=	%%DATADIR%%/safe-gs-workdir
 
 .include <bsd.port.mk>

Modified: head/print/html2ps/Makefile
==============================================================================
--- head/print/html2ps/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/html2ps/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -32,7 +32,6 @@ PLIST_FILES=	bin/html2ps \
 		man/man5/html2psrc.5.gz \
 		%%DATADIR%%/html2ps.html \
 		%%DATADIR%%/hyphen.tex
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/print/mpage/Makefile
==============================================================================
--- head/print/mpage/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/mpage/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -22,7 +22,6 @@ PLIST_FILES=	bin/mpage %%DATADIR%%/CP850
 		%%DATADIR%%/ISO-8859.1 %%DATADIR%%/ISO-8859.15 \
 		%%DATADIR%%/ISO-Latin.1 %%DATADIR%%/ISO-Latin.2 \
 		man/man1/mpage.1.gz
-PLIST_DIRS=	%%DATADIR%%
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/print/openprinting/Makefile
==============================================================================
--- head/print/openprinting/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/openprinting/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -53,9 +53,6 @@ CONFIGURE_ARGS+=--with-cups=${LOCALBASE}
 CONFIGURE_ARGS+=--without-cups
 .endif
 
-
-PLIST_DIRS+=	man/mani
-
 PLIST_FILES+=\
 	include/papi.h \
 	include/ipp.h \

Modified: head/print/pdf4tcl/Makefile
==============================================================================
--- head/print/pdf4tcl/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/pdf4tcl/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -23,7 +23,6 @@ PLIST_FILES=	lib/${PKGNAME}/glyph2uni.tc
 		lib/${PKGNAME}/pdf4tcl.tcl \
 		lib/${PKGNAME}/stdmetrics.tcl \
 		man/mann/pdf4tcl.n.gz
-PLIST_DIRS=	lib/${PKGNAME}
 
 .include <bsd.port.options.mk>
 

Modified: head/print/xpp/Makefile
==============================================================================
--- head/print/xpp/Makefile	Sat Dec 20 19:31:41 2014	(r375107)
+++ head/print/xpp/Makefile	Sat Dec 20 19:33:28 2014	(r375108)
@@ -19,7 +19,6 @@ GNU_CONFIGURE=	yes
 CFLAGS+=	-D_IPP_PRIVATE_STRUCTURES
 
 PLIST_FILES=	bin/xpp share/doc/xpp/README
-PLIST_DIRS=	share/doc/xpp
 
 post-configure:
 	@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201933.sBKJXTQC008318>