diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-19 11:36:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-19 11:36:42 +0000 |
commit | 3a55e3956927a092d0c339c8e60cfd99997727d3 (patch) | |
tree | e9c2e1c14bb853413520338d7d538310f28c48df /x11-toolkits/FWF | |
parent | Add xkobo to SUBDIRs (diff) |
Remove "ldconfig -m" line, this port doesn't install shared libraries!
Hello, Jordan?!? ;)
Diffstat (limited to 'x11-toolkits/FWF')
-rw-r--r-- | x11-toolkits/FWF/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile index ebe0cc4c937e..f9376e250e31 100644 --- a/x11-toolkits/FWF/Makefile +++ b/x11-toolkits/FWF/Makefile @@ -3,7 +3,7 @@ # Date created: 14 July 1995 # Whom: jkh # -# $Id: Makefile,v 1.3 1995/07/16 20:57:41 ats Exp $ +# $Id: Makefile,v 1.4 1995/07/17 16:22:21 jkh Exp $ # DISTNAME= fwf-3.8 @@ -17,7 +17,4 @@ WRKSRC= ${WRKDIR}/FWF PATCH_STRIP= -p1 XMKMF= env X11BASE=${X11BASE} WRKSRC=${WRKSRC} ${FILESDIR}/xmkmf -post-install: - ldconfig -m ${PREFIX}/lib - .include <bsd.port.mk> |