diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 09:36:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 09:36:35 +0800 |
commit | d134930afb265771418ed7b41ede4bbb10b3fbdd (patch) | |
tree | f10189914b4071e20fa618312c52aa398743af72 /x11-toolkits/Xaw3d | |
parent | 43ecf61a848ad4c6e03e7291221c0d8fba41051b (diff) | |
download | freebsd-ports-gnome-d134930afb265771418ed7b41ede4bbb10b3fbdd.tar.gz freebsd-ports-gnome-d134930afb265771418ed7b41ede4bbb10b3fbdd.tar.zst freebsd-ports-gnome-d134930afb265771418ed7b41ede4bbb10b3fbdd.zip |
Make symlinks "X11" -> "export/include" for XFree86-3.3 config files.
While I'm here, use ${LDCONFIG} instead of /sbin/ldconfig.
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> |