1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-08 16:02:37 +00:00
parent 4828800ba3
commit 411e4d8528
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343357

View File

@ -37,17 +37,11 @@ PLIST_FILES= ${FONTLIBPATH}/${FONTDIR}/Lohit-Assamese.ttf \
SUB_LIST= "FONTPATH=${FONTROOTDIR}/${FONTDIR}"
SUB_FILES= pkg-message
NO_STAGE= yes
.include <bsd.port.options.mk>
do-configure:
${DO_NADA}
do-install:
${ECHO_MSG}
${CAT} ${PKGMESSAGE}
${ECHO_MSG}
${MKDIR} ${FONTROOTDIR}/${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTROOTDIR}/${FONTDIR}
${MKDIR} ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
.include <bsd.port.mk>