svn commit: r343357 - head/x11-fonts/lohit

Martin Wilke miwi at FreeBSD.org
Sat Feb 8 16:02:38 UTC 2014


Author: miwi
Date: Sat Feb  8 16:02:37 2014
New Revision: 343357
URL: http://svnweb.freebsd.org/changeset/ports/343357
QAT: https://qat.redports.org/buildarchive/r343357/

Log:
  - Stage support

Modified:
  head/x11-fonts/lohit/Makefile

Modified: head/x11-fonts/lohit/Makefile
==============================================================================
--- head/x11-fonts/lohit/Makefile	Sat Feb  8 15:49:07 2014	(r343356)
+++ head/x11-fonts/lohit/Makefile	Sat Feb  8 16:02:37 2014	(r343357)
@@ -37,17 +37,11 @@ PLIST_FILES=	${FONTLIBPATH}/${FONTDIR}/L
 SUB_LIST=	"FONTPATH=${FONTROOTDIR}/${FONTDIR}"
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 do-configure:
 	${DO_NADA}
 
 do-install:
-	${ECHO_MSG}
-	${CAT} ${PKGMESSAGE}
-	${ECHO_MSG}
-	${MKDIR} ${FONTROOTDIR}/${FONTDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR}
+	${MKDIR} ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list