aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2008-01-06 09:38:59 +0800
committergerald <gerald@FreeBSD.org>2008-01-06 09:38:59 +0800
commit2a7075e660c823b40c706b44703aca02fec32fd4 (patch)
treee4ea7007a76eff25baa1ecc5f4e2daf8b4b89a87 /emulators/wine
parent25ae95474524bb3760543039451c549e3a83df88 (diff)
downloadfreebsd-ports-gnome-2a7075e660c823b40c706b44703aca02fec32fd4.tar.gz
freebsd-ports-gnome-2a7075e660c823b40c706b44703aca02fec32fd4.tar.zst
freebsd-ports-gnome-2a7075e660c823b40c706b44703aca02fec32fd4.zip
Take care of removing /usr/local/man/de.UTF-8/man1 in case it's emtpy
(and has only been created by this port). Reported by: pointyhat
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 489cfe6cbb3b..5e0ee35c0630 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -59,6 +59,8 @@ pre-build:
post-install:
${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1
+ -${RMDIR} ${MAN1PREFIX}/man/de.UTF-8/man1
+ -${RMDIR} ${MAN1PREFIX}/man/de.UTF-8/
${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1
${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so
.if !defined(NOPORTDOCS)