diff options
Diffstat (limited to 'x11-fonts/manu-gothica')
-rw-r--r-- | x11-fonts/manu-gothica/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/manu-gothica/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/manu-gothica/Makefile b/x11-fonts/manu-gothica/Makefile index 0e7c36681f89..26bded8b0f2b 100644 --- a/x11-fonts/manu-gothica/Makefile +++ b/x11-fonts/manu-gothica/Makefile @@ -24,6 +24,7 @@ EXTRACT_AFTER_ARGS= ${WRKSRC} NO_BUILD= yes NO_WRKSUBDIR= yes +NO_ARCH= yes do-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/x11-fonts/manu-gothica/pkg-plist b/x11-fonts/manu-gothica/pkg-plist index 44971ffc4b41..609f910137af 100644 --- a/x11-fonts/manu-gothica/pkg-plist +++ b/x11-fonts/manu-gothica/pkg-plist @@ -4,5 +4,3 @@ lib/X11/fonts/TTF/manugot19.ttf @unexec rm %D/lib/X11/fonts/TTF/fonts.cache-1 2>/dev/null || true @unexec %%LOCALBASE%%/bin/fc-cache -f -v %D/lib/X11/fonts/TTF 2>/dev/null || true @unexec if [ -e %D/lib/X11/fonts/TTF/fonts.cache-1 -a ! -s %D/lib/X11/fonts/TTF/fonts.cache-1 ]; then rm %D/lib/X11/fonts/TTF/fonts.cache-1; fi -@dirrm %%DATADIR%% -@dirrmtry lib/X11/fonts/TTF |