Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 15:40:16 +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: r343267 - head/x11-fonts/c64bdf
Message-ID:  <201402071540.s17FeGtu082494@svn.freebsd.org>

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



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