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/xpm | |
parent | eee52159ba4038c2038bbe707d582696d19079a6 (diff) | |
download | ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.tar.gz ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.zip |
Notes
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 6a8e6448c7f7..778d4f5c1d77 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1997/01/10 03:35:50 ache Exp $ +# $Id: Makefile,v 1.13 1997/01/15 18:30:17 ache Exp $ # DISTNAME= xpm-3.4j @@ -13,6 +13,6 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ USE_IMAKE= yes post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |