diff options
author | mph <mph@FreeBSD.org> | 1998-08-04 08:55:57 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-08-04 08:55:57 +0800 |
commit | 1c89f42583905021b1f5968d0456f285798e7d05 (patch) | |
tree | fbf377c0b0ce5ef62836e5c87497f20bdbf8c099 /graphics | |
parent | c17920ab4e69a86ad6d710434fdcffef32dc04df (diff) | |
download | freebsd-ports-gnome-1c89f42583905021b1f5968d0456f285798e7d05.tar.gz freebsd-ports-gnome-1c89f42583905021b1f5968d0456f285798e7d05.tar.zst freebsd-ports-gnome-1c89f42583905021b1f5968d0456f285798e7d05.zip |
Add post-install target to run ldconfig -m.
PR: 7484
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 20769ed71b57..9d775bd7b373 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/07/27 00:33:11 steve Exp $ +# $Id: Makefile,v 1.4 1998/07/27 22:12:27 asami Exp $ # DISTNAME= EZWGL-1.39 @@ -262,4 +262,6 @@ do-install: @ cd ${WRKSRC}; tar cf - html ps | (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - ) .endif +post-install: + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |