summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-15 11:57:30 +0000
committeragc <agc@pkgsrc.org>1998-07-15 11:57:30 +0000
commitc5543eb5a07fc46088707c143b26c818290de8ef (patch)
tree51a5ef9927810fdb1e828b80cbeab4658492beab /emulators/wine/Makefile
parent66efb70e076a90b5f10086330b94327a56bfc20e (diff)
downloadpkgsrc-c5543eb5a07fc46088707c143b26c818290de8ef.tar.gz
Use automatic shared object handling
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile3
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"