diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 18:01:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 18:01:07 +0000 |
commit | 3cf466b5d6dcb74521fc3e96a79f14aa84cf499c (patch) | |
tree | f32b98e2fa14be797c33bcca53438ff6f983cd9e /x11-toolkits | |
parent | f3b5d7edc135e2e8507eb89f56aa943c1c9cab45 (diff) | |
download | FreeBSD-ports-3cf466b5d6dcb74521fc3e96a79f14aa84cf499c.zip FreeBSD-ports-3cf466b5d6dcb74521fc3e96a79f14aa84cf499c.tar.gz |
Make symlink "X11 -> exports/include" to make XFree86-3.3 config files happy.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/neXtaw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index 6497779..4bf7df2 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -3,7 +3,7 @@ # Date created: 16 January 1997 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1997/01/20 07:15:18 tg Exp $ +# $Id: Makefile,v 1.2 1997/04/02 00:25:40 fenner Exp $ # DISTNAME= neXtaw-0.5 @@ -17,6 +17,7 @@ USE_IMAKE= yes post-extract: @${RM} -rf ${WRKSRC}/X11 + @ln -sf exports/include ${WRKSRC}/X11 post-install: /sbin/ldconfig -m ${PREFIX}/lib |