From d134930afb265771418ed7b41ede4bbb10b3fbdd Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 12 Jun 1997 01:36:35 +0000 Subject: Make symlinks "X11" -> "export/include" for XFree86-3.3 config files. While I'm here, use ${LDCONFIG} instead of /sbin/ldconfig. --- x11-toolkits/Xaw3d/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 340c8e389c3e..5c48b0866f56 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.11 1996/10/16 09:11:58 asami Exp $ +# $Id: Makefile,v 1.12 1996/11/18 09:55:01 asami Exp $ # DISTNAME= Xaw3d-1.3 @@ -16,7 +16,10 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes +post-extract: + /bin/ln -sf export/include ${WRKSRC}/X11 + post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include -- cgit