diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-12 01:02:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-12 01:02:47 +0800 |
commit | b4a4e93452da94e9cbddaa56df4c26c0b844c21a (patch) | |
tree | b11c4684803b945760d16109ef362309d1d59921 | |
parent | 208578fefc163bf5029d1c17712dff75a43c2fb5 (diff) | |
download | freebsd-ports-gnome-b4a4e93452da94e9cbddaa56df4c26c0b844c21a.tar.gz freebsd-ports-gnome-b4a4e93452da94e9cbddaa56df4c26c0b844c21a.tar.zst freebsd-ports-gnome-b4a4e93452da94e9cbddaa56df4c26c0b844c21a.zip |
- Fix staging support
PR: ports/184705
Submitted by: rk <hsn@sendmail.cz>
-rw-r--r-- | x11-fonts/dejavu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index 3f9e309fc170..bf55cc3d3924 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -38,7 +38,7 @@ PLIST_SUB+= FCDIR_LINKS="@comment " .endif do-install: - ${MKDIR} ${STAGEDIR}${FCDIR} ${STAGEDIR}${FONTSDIR}/ + ${MKDIR} ${STAGEDIR}${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ ${STAGEDIR}${FONTSDIR}/ ${INSTALL_DATA} ${WRKSRC}/fontconfig/*.conf ${STAGEDIR}${FCDIR}/ ${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${STAGEDIR}${FONTSDIR}/ .if ${PORT_OPTIONS:MDOCS} |