aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-03-07 15:15:50 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-03-07 15:15:50 +0000
commit96d79e0be5c3a08aee8a016521751d6360380e7a (patch)
tree98ccad34adea7855fb531883a2aba955edfd0273 /emulators
parente8a60d645d5910db77b3018de9a292448ced31ee (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile3
-rw-r--r--emulators/wine/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index bedd863509ed..cf062852599e 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -120,7 +120,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedump
.endif
@${MKDIR} ${DESKTOPDIR}
- @${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/
+ ${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/
+ @${RMDIR} ${DATADIR}/applications
@${ECHO}
@${CAT} ${PKGMESSAGE}
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index bedd863509ed..cf062852599e 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -120,7 +120,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedump
.endif
@${MKDIR} ${DESKTOPDIR}
- @${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/
+ ${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/
+ @${RMDIR} ${DATADIR}/applications
@${ECHO}
@${CAT} ${PKGMESSAGE}