svn commit: r343267 - head/x11-fonts/c64bdf

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 7 15:40:17 UTC 2014


Author: ehaupt
Date: Fri Feb  7 15:40:16 2014
New Revision: 343267
URL: http://svnweb.freebsd.org/changeset/ports/343267
QAT: https://qat.redports.org/buildarchive/r343267/

Log:
  - Support staging
  - Don't install to LOCALBASE, use PREFIX

Modified:
  head/x11-fonts/c64bdf/Makefile

Modified: head/x11-fonts/c64bdf/Makefile
==============================================================================
--- head/x11-fonts/c64bdf/Makefile	Fri Feb  7 15:37:31 2014	(r343266)
+++ head/x11-fonts/c64bdf/Makefile	Fri Feb  7 15:40:16 2014	(r343267)
@@ -3,7 +3,7 @@
 
 PORTNAME=	c64bdf
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://beej.us/c64bdf/
 DISTNAME=	${PORTNAME}
@@ -20,11 +20,8 @@ FILES=	${FONTS:S,$,.bdf,} fonts.dir
 PLIST_FILES=	${FILES:S,^,${FONTDIR}/,}
 PLIST_DIRS=	${FONTDIR}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	@${MKDIR} ${LOCALBASE}/${FONTDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${LOCALBASE}/${FONTDIR}
+	${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${PREFIX}/${FONTDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list