diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 15:40:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-07 15:40:16 +0000 |
commit | 7b10871538e8fea396e626e6e8a2bda2b44c7b62 (patch) | |
tree | 9533137900e2dbd95d0af841acc83f682f711f5e /x11-fonts | |
parent | d44edd4247a0e978778f744dedf76a3037482c07 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/c64bdf/Makefile | 11 |
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> |