Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 14:52:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348563 - head/x11-fonts/ecofont
Message-ID:  <201403181452.s2IEqg6Y094460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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