diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-15 18:30:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-15 18:30:17 +0000 |
commit | 94d2dcb37c30dc69430330e639767cf0beb75df9 (patch) | |
tree | a4ce49f31fc5781742574b3c00dbd2578ea41513 /graphics | |
parent | 9817133d7c24368d67d6a49b52fea06dd988117d (diff) | |
download | ports-94d2dcb37c30dc69430330e639767cf0beb75df9.tar.gz ports-94d2dcb37c30dc69430330e639767cf0beb75df9.zip |
Notes
Diffstat (limited to 'graphics')
-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 3d0fed8583d9..6a8e6448c7f7 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1996/11/18 11:29:59 asami Exp $ +# $Id: Makefile,v 1.12 1997/01/10 03:35:50 ache Exp $ # DISTNAME= xpm-3.4j @@ -13,6 +13,6 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ USE_IMAKE= yes post-install: - ldconfig -m ${PREFIX}/lib + /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |