diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-04-08 19:42:03 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-04-08 19:42:03 +0800 |
commit | c7ce9f4a4ba4f87da63db546a2bef0ddc6a6d0a4 (patch) | |
tree | f96dc28dd4947d091e610b51e66f92554211c44e /hebrew | |
parent | 65b4e6fc5acb078f89ea0801c8cf915c797f1e5b (diff) | |
download | freebsd-ports-gnome-c7ce9f4a4ba4f87da63db546a2bef0ddc6a6d0a4.tar.gz freebsd-ports-gnome-c7ce9f4a4ba4f87da63db546a2bef0ddc6a6d0a4.tar.zst freebsd-ports-gnome-c7ce9f4a4ba4f87da63db546a2bef0ddc6a6d0a4.zip |
Support staging
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> |