svn commit: r350599 - head/hebrew/elmar-fonts

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 8 11:42:04 UTC 2014


Author: ehaupt
Date: Tue Apr  8 11:42:03 2014
New Revision: 350599
URL: http://svnweb.freebsd.org/changeset/ports/350599
QAT: https://qat.redports.org/buildarchive/r350599/

Log:
  Support staging

Modified:
  head/hebrew/elmar-fonts/Makefile

Modified: head/hebrew/elmar-fonts/Makefile
==============================================================================
--- head/hebrew/elmar-fonts/Makefile	Tue Apr  8 11:39:10 2014	(r350598)
+++ head/hebrew/elmar-fonts/Makefile	Tue Apr  8 11:42:03 2014	(r350599)
@@ -15,12 +15,9 @@ COMMENT=	A collection of Hebrew fonts fr
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew
-	${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/hebrew
+	${TAR} -C ${STAGEDIR}${PREFIX}/lib/X11/fonts/hebrew -xZpf \
 		${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list