diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 01:36:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 01:36:35 +0000 |
commit | 5e8444b81b586d0e146f4d99d9ee9d433debba62 (patch) | |
tree | 3462a3cd8511389ea0cdd9819d2079ee876f490d /x11-toolkits/Xaw3d | |
parent | 31e144f66d2b08b243b8f9d799457d53418fec21 (diff) | |
download | ports-5e8444b81b586d0e146f4d99d9ee9d433debba62.tar.gz ports-5e8444b81b586d0e146f4d99d9ee9d433debba62.zip |
Make symlinks "X11" -> "export/include" for XFree86-3.3 config files.
While I'm here, use ${LDCONFIG} instead of /sbin/ldconfig.
Notes
Notes:
svn path=/head/; revision=6874
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 <bsd.port.mk> |