diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-19 22:44:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-19 22:44:56 +0000 |
commit | 4c51985391234afd1a1048ef2cd33b2dac1c985f (patch) | |
tree | ddea7a41fdd06646b691ef97cbf024cc46ee9225 /emulators | |
parent | cef8fe9fa5200badf797837c92439c094c69458e (diff) | |
download | pkgsrc-4c51985391234afd1a1048ef2cd33b2dac1c985f.tar.gz |
Install win.ini into examples dir too; use REPLACE_PERL for two perl scripts.
Bump PKGREVISION to 1.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/PLIST | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6432527df1b..b52a818af77 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2003/07/17 21:36:25 grant Exp $ +# $NetBSD: Makefile,v 1.48 2003/07/19 22:44:56 wiz Exp $ DISTNAME= Wine-20030709 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/W/w/} WRKSRC= ${WRKDIR}/${DISTNAME:tl} CATEGORIES= emulators @@ -24,6 +25,8 @@ CONFIGURE_ARGS+= --without-curses CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=no CONFIGURE_ENV+= ac_cv_prog_sane_devel=no +REPLACE_PERL= tools/winemaker tools/winedump/function_grep.pl + # The Wine configure script has problems locating the libraries in the # buildlink directory, so prepend all of the LDFLAGS necessary to link # against the libraries. @@ -46,7 +49,8 @@ post-install: cd ${WRKSRC}/documentation/samples && \ ${INSTALL_DATA} config ${EGDIR}/wine.conf && \ ${INSTALL_DATA} generic.ppd ${EGDIR}/generic.ppd && \ - ${INSTALL_DATA} system.ini ${EGDIR}/system.ini + ${INSTALL_DATA} system.ini ${EGDIR}/system.ini && \ + ${INSTALL_DATA} win.ini ${EGDIR}/win.ini ${RMDIR} ${PREFIX}/man/man3w .include "../../graphics/MesaLib/buildlink2.mk" diff --git a/emulators/wine/PLIST b/emulators/wine/PLIST index ed04579df48..e1e9ba187c4 100644 --- a/emulators/wine/PLIST +++ b/emulators/wine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/07/14 11:15:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/07/19 22:44:56 wiz Exp $ bin/function_grep.pl bin/notepad bin/progman @@ -582,6 +582,7 @@ man/man5/wine.conf.5 share/aclocal/wine.m4 share/examples/wine/generic.ppd share/examples/wine/system.ini +share/examples/wine/win.ini share/examples/wine/wine.conf share/examples/wine/winedefault.reg @dirrm share/examples/wine |