diff options
-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> |