diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-08 11:42:03 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-08 11:42:03 +0000 |
commit | b9f1b08a4593c01e78f9ca2339db4e1f8e6bb0a0 (patch) | |
tree | f96dc28dd4947d091e610b51e66f92554211c44e /hebrew | |
parent | 647141d00ef1a685238c1dc66793db85c063af3c (diff) | |
download | ports-b9f1b08a4593c01e78f9ca2339db4e1f8e6bb0a0.tar.gz ports-b9f1b08a4593c01e78f9ca2339db4e1f8e6bb0a0.zip |
Notes
Diffstat (limited to 'hebrew')
-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> |