summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pfSense-pkg-Open-VM-Tools/Makefile2
-rw-r--r--emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/emulators/pfSense-pkg-Open-VM-Tools/Makefile b/emulators/pfSense-pkg-Open-VM-Tools/Makefile
index 20997aa..775833e 100644
--- a/emulators/pfSense-pkg-Open-VM-Tools/Makefile
+++ b/emulators/pfSense-pkg-Open-VM-Tools/Makefile
@@ -30,5 +30,7 @@ do-install:
${STAGEDIR}${PREFIX}/pkg
${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \
${STAGEDIR}${DATADIR}
+ @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \
+ ${STAGEDIR}${DATADIR}/info.xml
.include <bsd.port.mk>
diff --git a/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml b/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml
index 9debea4..ca91dda 100644
--- a/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml
+++ b/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml
@@ -4,7 +4,7 @@
<name>Open-VM-Tools</name>
<descr><![CDATA[VMware Tools is a suite of utilities that enhances the performance of the virtual machine's guest operating system and improves management of the virtual machine.]]></descr>
<website>http://open-vm-tools.sourceforge.net/</website>
- <version>1280544.13</version>
+ <version>%%PKGVERSION%%</version>
<pkginfolink>https://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
<configurationfile>open-vm-tools.xml</configurationfile>
</package>
OpenPOWER on IntegriCloud