diff options
-rw-r--r-- | hebrew/elmar-fonts/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hebrew/elmar-fonts/Makefile b/hebrew/elmar-fonts/Makefile index 3e40b256a395..a2de93b2a37c 100644 --- a/hebrew/elmar-fonts/Makefile +++ b/hebrew/elmar-fonts/Makefile @@ -15,12 +15,9 @@ COMMENT= A collection of Hebrew fonts from El-Mar software Ltd NO_WRKSUBDIR= yes NO_BUILD= yes -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew - ${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/hebrew + ${TAR} -C ${STAGEDIR}${PREFIX}/lib/X11/fonts/hebrew -xZpf \ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |