aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-07 23:40:16 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-07 23:40:16 +0800
commit4ab4195cc997801b9b7e5c7068e061debb81427e (patch)
tree9533137900e2dbd95d0af841acc83f682f711f5e /x11-fonts
parente5dfcc056e35f97a47abb85ed4a41fe266673197 (diff)
downloadfreebsd-ports-gnome-4ab4195cc997801b9b7e5c7068e061debb81427e.tar.gz
freebsd-ports-gnome-4ab4195cc997801b9b7e5c7068e061debb81427e.tar.zst
freebsd-ports-gnome-4ab4195cc997801b9b7e5c7068e061debb81427e.zip
- Support staging
- Don't install to LOCALBASE, use PREFIX
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/c64bdf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile
index bc14ebefc0c8..e9b94f544751 100644
--- a/x11-fonts/c64bdf/Makefile
+++ b/x11-fonts/c64bdf/Makefile
@@ -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>