diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-16 07:02:05 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-16 07:02:05 +0000 |
commit | ab93e426de2718679376d1736aa66d69218296f2 (patch) | |
tree | 8bff546b46a242233d589b91041688f295583474 /emulators/wine | |
parent | 08d3435d7418ff00f18e84478c1040ba91527b68 (diff) | |
download | pkgsrc-ab93e426de2718679376d1736aa66d69218296f2.tar.gz |
Run ldconfig here, too.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 79e46bf6e23..1c452b7a1d0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ # Date created: 15 March 1998 # Whom: mycroft # -# $NetBSD: Makefile,v 1.2 1998/03/16 04:53:22 mycroft Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/16 07:02:05 mycroft Exp $ DISTNAME= wine980215 PKGNAME= wine-980215 @@ -20,4 +20,7 @@ USE_GMAKE= yes MAN1= wine.1 +post-install: + ${LDCONFIG} || ${TRUE} + .include <bsd.port.mk> |