diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 09:33:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 09:33:31 +0000 |
commit | e382ae88d5500dd2f19adb7502be56ad9dd002c5 (patch) | |
tree | de6a96e268954023293a9d2a269994ed42a8bb03 /x11-toolkits/Xaw3d/Makefile | |
parent | 6a5d496cfc1328ea6e122801b3f7212ec0f35824 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/Xaw3d/Makefile')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 5c48b0866f56..081b912f52cb 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.12 1996/11/18 09:55:01 asami Exp $ +# $Id: Makefile,v 1.13 1997/06/12 01:36:35 asami Exp $ # DISTNAME= Xaw3d-1.3 @@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes post-extract: - /bin/ln -sf export/include ${WRKSRC}/X11 + ${MKDIR} ${WRKSRC}/X11/Xaw3d + cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h . post-install: ${LDCONFIG} -m ${PREFIX}/lib |