diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-08-04 00:55:57 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-08-04 00:55:57 +0000 |
commit | 7170a1be5c8ba0536ecd1155a2f412e2b9f9f6a6 (patch) | |
tree | 5572372708481acd7ee0e56b3313a42b42cbfd03 /graphics/EZWGL | |
parent | 7649d69ae2a75ddcc00806475d7ee06251f7a9ff (diff) | |
download | ports-7170a1be5c8ba0536ecd1155a2f412e2b9f9f6a6.tar.gz ports-7170a1be5c8ba0536ecd1155a2f412e2b9f9f6a6.zip |
Notes
Diffstat (limited to 'graphics/EZWGL')
-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> |