aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:17:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:17:46 +0000
commit6c9088298fdb6bfa8f6faf383f48a86111cd62fe (patch)
tree02bc0fd94ba3546b07027d3283b9c12e6f3aa933 /x11-fonts
parente775d5b8cb6bea6cff24f93df1f08543c6e5103c (diff)
downloadports-6c9088298fdb6bfa8f6faf383f48a86111cd62fe.tar.gz
ports-6c9088298fdb6bfa8f6faf383f48a86111cd62fe.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/sourcesanspro-ttf/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile
index 387841b08ab5..e6afc0b1835d 100644
--- a/x11-fonts/sourcesanspro-ttf/Makefile
+++ b/x11-fonts/sourcesanspro-ttf/Makefile
@@ -13,7 +13,7 @@ COMMENT= A set of fonts by Adobe designed for user interfaces
LICENSE= OFL
LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
@@ -34,19 +34,13 @@ INSTDAT= fonts.dir fonts.scale
MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir
-NO_STAGE= yes
do-build:
cd ${WRKSRC}/ && ${MKFONTSCL_CMD}
cd ${WRKSRC}/ && ${MKFONTDIR_CMD}
do-install:
- ${MKDIR} ${FONTDIR}
+ ${MKDIR} ${STAGEDIR}${FONTDIR}
cd ${WRKSRC}/ && \
- ${INSTALL_DATA} ${INSTDAT} TTF/*.ttf ${FONTDIR}
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ ${INSTALL_DATA} ${INSTDAT} TTF/*.ttf ${STAGEDIR}${FONTDIR}
.include <bsd.port.mk>