fix Makefile and add exec and unexec ldconfig for package building to PLIST

This commit is contained in:
brad 1999-03-14 23:39:35 +00:00
parent f0b16995df
commit d8349f8863
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 1999/03/10 13:55:31 brad Exp $
# $OpenBSD: Makefile,v 1.4 1999/03/14 23:39:35 brad Exp $
# $FreeBSD: Makefile,v 1.30 1998/11/11 05:37:18 asami Exp $
DISTNAME= MesaLib-3.0
@ -43,7 +43,7 @@ do-install:
.include <bsd.port.mk>
.if defined(NO_SHARED_LIBS)
ALL_TARGET= openbsd
ALL_TARGET= openbsd-static
.else
ALL_TARGET= openbsd-static
ALL_TARGET= openbsd
.endif

View File

@ -27,6 +27,8 @@ lib/libMesaGL.so.3.0
lib/libMesaGLU.a
lib/libMesaGLU.so
lib/libMesaGLU.so.3.0
@unexec /sbin/ldconfig -R
@exec /sbin/ldconfig -m %B
lib/libglut.a
lib/libglut.so
lib/libglut.so.3.7