diff options
author | gerald <gerald@FreeBSD.org> | 2008-01-20 21:45:25 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-01-20 21:45:25 +0000 |
commit | 834f228ad81f26c004af4d4f68915a870ebf36db (patch) | |
tree | 9fcecf56544a80566da4f7fa1eec3d5860808c4d /emulators | |
parent | e272cb710886d90cc6b59ab1f40cac51e3a8d966 (diff) | |
download | FreeBSD-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/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
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) |