Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 19:57:42 +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: r375120 - in head/x11-fonts: c64bdf ecofont inconsolata-lgc-ttf sgifonts
Message-ID:  <201412201957.sBKJvg0v022788@svn.freebsd.org>

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

Log:
  cleanup plist

Modified:
  head/x11-fonts/c64bdf/Makefile
  head/x11-fonts/ecofont/Makefile
  head/x11-fonts/inconsolata-lgc-ttf/Makefile
  head/x11-fonts/sgifonts/Makefile

Modified: head/x11-fonts/c64bdf/Makefile
==============================================================================
--- head/x11-fonts/c64bdf/Makefile	Sat Dec 20 19:57:01 2014	(r375119)
+++ head/x11-fonts/c64bdf/Makefile	Sat Dec 20 19:57:41 2014	(r375120)
@@ -18,7 +18,6 @@ FONTS=	c64 c64d
 FONTDIR=	lib/X11/fonts/${PORTNAME}
 FILES=	${FONTS:S,$,.bdf,} fonts.dir
 PLIST_FILES=	${FILES:S,^,${FONTDIR}/,}
-PLIST_DIRS=	${FONTDIR}
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}

Modified: head/x11-fonts/ecofont/Makefile
==============================================================================
--- head/x11-fonts/ecofont/Makefile	Sat Dec 20 19:57:01 2014	(r375119)
+++ head/x11-fonts/ecofont/Makefile	Sat Dec 20 19:57:41 2014	(r375120)
@@ -17,7 +17,6 @@ USES=		zip
 NO_BUILD=	yes
 
 PLIST_FILES=	${ECOFONTDIR}/${ECOFONT}
-PLIST_DIRS=	${ECOFONTDIR}
 
 SUB_LIST=	ECOFONTDIR="${PREFIX}/${ECOFONTDIR}"
 SUB_FILES=	pkg-message

Modified: head/x11-fonts/inconsolata-lgc-ttf/Makefile
==============================================================================
--- head/x11-fonts/inconsolata-lgc-ttf/Makefile	Sat Dec 20 19:57:01 2014	(r375119)
+++ head/x11-fonts/inconsolata-lgc-ttf/Makefile	Sat Dec 20 19:57:41 2014	(r375120)
@@ -24,7 +24,6 @@ PLIST_FILES=	lib/X11/fonts/${FONTDIR}/in
 		lib/X11/fonts/${FONTDIR}/inconsolatalgcbold.ttf \
 		lib/X11/fonts/${FONTDIR}/inconsolatalgcbolditalic.ttf \
 		lib/X11/fonts/${FONTDIR}/inconsolatalgcitalic.ttf
-PLIST_DIRSTRY=	lib/X11/fonts/${FONTDIR}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}

Modified: head/x11-fonts/sgifonts/Makefile
==============================================================================
--- head/x11-fonts/sgifonts/Makefile	Sat Dec 20 19:57:01 2014	(r375119)
+++ head/x11-fonts/sgifonts/Makefile	Sat Dec 20 19:57:41 2014	(r375120)
@@ -25,7 +25,6 @@ SUB_FILES=	pkg-message
 PLIST_FILES=	lib/X11/fonts/local/sgi/fonts.alias \
 		lib/X11/fonts/local/sgi/fonts.dir \
 		${FONTS:S!^!lib/X11/fonts/local/sgi/!:S!$!.pcf.gz!}
-PLIST_DIRS=	lib/X11/fonts/local/sgi
 
 FONTS=		Scr7 Scr8 Scr9 Scr10 Scr11 Scr12 \
 		Scr13 Scr14 Scr15 Scr16 Scr18 \



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