diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch) | |
tree | 07dea29a435aa8be3d5b45607547c855e34deb6b /graphics/pgplot/Makefile | |
parent | eee52159ba4038c2038bbe707d582696d19079a6 (diff) |
Notes
Diffstat (limited to 'graphics/pgplot/Makefile')
-rw-r--r-- | graphics/pgplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 20230c413729..90e23853ad4a 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.1.1.1 1996/12/22 04:36:42 jmz Exp $ +# $Id: Makefile,v 1.2 1997/01/05 12:39:15 asami Exp $ # DISTNAME= pgplot5.1 @@ -16,6 +16,6 @@ MAINTAINER= jmz@FreeBSD.org WRKSRC= ${WRKDIR}/pgplot post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |