summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2008-01-20 21:45:25 +0000
committergerald <gerald@FreeBSD.org>2008-01-20 21:45:25 +0000
commit834f228ad81f26c004af4d4f68915a870ebf36db (patch)
tree9fcecf56544a80566da4f7fa1eec3d5860808c4d /emulators
parente272cb710886d90cc6b59ab1f40cac51e3a8d966 (diff)
downloadFreeBSD-ports-834f228ad81f26c004af4d4f68915a870ebf36db.zip
FreeBSD-ports-834f228ad81f26c004af4d4f68915a870ebf36db.tar.gz
Fix cleaning up the installation tree in post-install (man pages).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 073119e..dbce979 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -61,8 +61,8 @@ post-install:
${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
- -${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8 \
- ${MAN1PREFIX}/man/fr.UTF-8
+ -${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
+ ${MAN1PREFIX}/man/fr.UTF-8/man1
${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)
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 073119e..dbce979 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -61,8 +61,8 @@ post-install:
${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
- -${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8 \
- ${MAN1PREFIX}/man/fr.UTF-8
+ -${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
+ ${MAN1PREFIX}/man/fr.UTF-8/man1
${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)
OpenPOWER on IntegriCloud