aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-gecko-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-05-25 21:14:16 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-05-25 21:14:16 +0000
commit825b98b963f1f64d2ffb3b5d687a792b837c4f6d (patch)
tree2f00ed8c82d0deb3b4526b8b749ad82f75fb106e /emulators/wine-gecko-devel
parent8cab8957df3ea26550d9215075e0f00c8ad0ec3d (diff)
downloadports-825b98b963f1f64d2ffb3b5d687a792b837c4f6d.tar.gz
ports-825b98b963f1f64d2ffb3b5d687a792b837c4f6d.zip
Adjust the directory structure to work with the main wine port.
Replace pkg-plist by PLIST_FILES. Submitted by: Pan Tsu <inyaoo@gmail.com> Approved by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=274653
Diffstat (limited to 'emulators/wine-gecko-devel')
-rw-r--r--emulators/wine-gecko-devel/Makefile7
-rw-r--r--emulators/wine-gecko-devel/pkg-plist4
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile
index 866104a6b033..071fe2f93df0 100644
--- a/emulators/wine-gecko-devel/Makefile
+++ b/emulators/wine-gecko-devel/Makefile
@@ -18,12 +18,15 @@ COMMENT= Gecko Layout Engine for Wine (HTML support)
NO_BUILD= yes
PLIST_SUB+= GECKO_VERSION="${DISTVERSION}"
+DATADIR= ${PREFIX}/share/wine
+PLIST_FILES= %%DATADIR%%/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
+PLIST_DIRSTRY= %%DATADIR%%/gecko %%DATADIR%%
LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3
LICENSE_COMB= multi
do-install:
- ${MKDIR} ${DATADIR}/wine/gecko
- ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/wine/gecko
+ ${MKDIR} ${DATADIR}/gecko
+ ${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi ${DATADIR}/gecko
.include <bsd.port.mk>
diff --git a/emulators/wine-gecko-devel/pkg-plist b/emulators/wine-gecko-devel/pkg-plist
deleted file mode 100644
index 0229a0fa0cef..000000000000
--- a/emulators/wine-gecko-devel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%DATADIR%%/wine/gecko/wine_gecko-%%GECKO_VERSION%%-x86.msi
-@dirrm %%DATADIR%%/wine/gecko
-@dirrmtry %%DATADIR%%/wine
-@dirrmtry %%DATADIR%%