diff options
author | agc <agc> | 1998-07-15 11:57:30 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 11:57:30 +0000 |
commit | c3d27364b809594f5ec1059d902138e800bacb8c (patch) | |
tree | 51a5ef9927810fdb1e828b80cbeab4658492beab /emulators/wine/Makefile | |
parent | bd106abe583cb8db8eb876bc0623a3cac70c7eba (diff) | |
download | pkgsrc-c3d27364b809594f5ec1059d902138e800bacb8c.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f7b74d86355..61a1d76e539 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/07/04 09:18:56 mycroft Exp $ +# $NetBSD: Makefile,v 1.11 1998/07/15 12:14:24 agc Exp $ DISTNAME= Wine-980614 PKGNAME= wine-980614 @@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --enable-dll WRKSRC= ${WRKDIR}/${PKGNAME} post-install: - ${LDCONFIG} || ${TRUE} ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example .include "../../mk/bsd.pkg.mk" |