diff options
author | mycroft <mycroft> | 1998-03-16 07:02:05 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 07:02:05 +0000 |
commit | 381fa278cd2ee48a933065047d5bad7573246239 (patch) | |
tree | 8bff546b46a242233d589b91041688f295583474 /emulators/wine/Makefile | |
parent | 29e586c7f7027016422aec46bf268bf59882ad58 (diff) | |
download | pkgsrc-381fa278cd2ee48a933065047d5bad7573246239.tar.gz |
Run ldconfig here, too.
Diffstat (limited to 'emulators/wine/Makefile')
-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> |