diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:46:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-06 05:46:41 +0000 |
commit | db87fca17e1ee666a5497c3492fd74a8a7694782 (patch) | |
tree | 3598f9e84d0606afcd1986c509a5284b3ab1e94d /x11-fonts | |
parent | ff455ea74a04cff5547b1a028490dd909bf240a1 (diff) | |
download | ports-db87fca17e1ee666a5497c3492fd74a8a7694782.tar.gz ports-db87fca17e1ee666a5497c3492fd74a8a7694782.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/droid-fonts-ttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/droid-fonts-ttf/Makefile b/x11-fonts/droid-fonts-ttf/Makefile index 23f44343752c..e9341f510a4b 100644 --- a/x11-fonts/droid-fonts-ttf/Makefile +++ b/x11-fonts/droid-fonts-ttf/Makefile @@ -49,7 +49,7 @@ maketar: do-clean extract ${TAR} -Jc -C ${MS_WRKSRC}/ -f ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/ sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/ ${SED} -i '' -e 's|${PORTVERSION}|${MS_VERSION}|' ${.CURDIR}/Makefile - cd ${.CURDIR}/ && ${MAKE} makesum + cd ${.CURDIR}/ && ${MAKE_CMD} makesum ${ECHO_MSG} '*** Update from ${PORTVERSION} to ${MS_VERSION} ***' # genplist ${SED} 's|^|%%FONTDIR%%/|' ${MS_FONTS} > ${MS_PLIST} |