svn commit: r348563 - head/x11-fonts/ecofont

Emanuel Haupt ehaupt at FreeBSD.org
Tue Mar 18 14:52:43 UTC 2014


Author: ehaupt
Date: Tue Mar 18 14:52:42 2014
New Revision: 348563
URL: http://svnweb.freebsd.org/changeset/ports/348563
QAT: https://qat.redports.org/buildarchive/r348563/

Log:
  - Support staging
  - Use WWW: with a single space

Modified:
  head/x11-fonts/ecofont/Makefile
  head/x11-fonts/ecofont/pkg-descr

Modified: head/x11-fonts/ecofont/Makefile
==============================================================================
--- head/x11-fonts/ecofont/Makefile	Tue Mar 18 14:51:09 2014	(r348562)
+++ head/x11-fonts/ecofont/Makefile	Tue Mar 18 14:52:42 2014	(r348563)
@@ -25,13 +25,8 @@ SUB_FILES=	pkg-message
 ECOFONT=	${DISTNAME}.ttf
 ECOFONTDIR=	lib/X11/fonts/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/${ECOFONTDIR}
-	@${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${PREFIX}/${ECOFONTDIR}
-
-post-install:
-	@${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${ECOFONTDIR} > /dev/null
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${ECOFONTDIR}
+	${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${STAGEDIR}${PREFIX}/${ECOFONTDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/ecofont/pkg-descr
==============================================================================
--- head/x11-fonts/ecofont/pkg-descr	Tue Mar 18 14:51:09 2014	(r348562)
+++ head/x11-fonts/ecofont/pkg-descr	Tue Mar 18 14:52:42 2014	(r348563)
@@ -3,4 +3,4 @@ individual letters of the typeface. Ecof
 potentially saving larger institutions thousands of dollars every year without
 sacrificing legibility.
 
-WWW:	http://www.ecofont.com/
+WWW: http://www.ecofont.com/


More information about the svn-ports-head mailing list