diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-09 22:02:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-09 22:02:59 +0000 |
commit | e3ffc46a025313021a5f657f8b1e78e47b4c29d9 (patch) | |
tree | 46c96f326970e6466b9d084885b49529c4f4f971 /emulators/virtualbox-ose/Makefile | |
parent | ea8e7324b7a7f6d569f92f6802440c8fbcfe73fd (diff) | |
download | ports-e3ffc46a025313021a5f657f8b1e78e47b4c29d9.tar.gz ports-e3ffc46a025313021a5f657f8b1e78e47b4c29d9.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose/Makefile')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 623847119f97..63bb4c28de19 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -6,7 +6,7 @@ # PORTNAME= virtualbox-ose -DISTVERSION= 3.2.2 +DISTVERSION= 3.2.4 CATEGORIES= emulators MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -277,10 +277,10 @@ post-install: @${FIND} ${PREFIX}/lib/virtualbox -type d -print0 | ${XARGS} -0 ${CHMOD} 755 .if !defined(WITHOUT_QT4) - ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps/ - ${INSTALL_DATA} ${WRKSRC}/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_48px.png ${PREFIX}/share/icons/hicolor/48x48/apps/VBox.png + ${MKDIR} ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_48px.png ${PREFIX}/share/pixmaps/VBox.png ${MKDIR} ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/src/VBox/Installer/solaris/virtualbox.desktop ${PREFIX}/share/applications/virtualbox.desktop + ${INSTALL_DATA} ${WRKSRC}/src/VBox/Installer/freebsd/virtualbox.desktop ${PREFIX}/share/applications/virtualbox.desktop .endif @${CAT} ${PKGMESSAGE} |