summaryrefslogtreecommitdiff
path: root/x11/XFree86/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /x11/XFree86/Makefile
parent- Update to 1.7.8 (diff)
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r--x11/XFree86/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 0929225a7f08..e9290056c615 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -111,20 +111,4 @@ pre-configure:
pre-install:
${MKDIR} ${X11BASE}
-post-install:
-.if ${PORTOBJFORMAT} == "aout"
-.for lib in PEX5 SM XIE Xi Xmu Xt oldX XThrStub
- ${LN} -sf lib${lib}.so.6.0 ${PREFIX}/lib/lib${lib}.so
-.endfor
-.for lib in X11 Xaw Xtst
- ${LN} -sf lib${lib}.so.6.1 ${PREFIX}/lib/lib${lib}.so
-.endfor
-.for lib in Xp
- ${LN} -sf lib${lib}.so.6.2 ${PREFIX}/lib/lib${lib}.so
-.endfor
-.for lib in ICE Xext
- ${LN} -sf lib${lib}.so.6.3 ${PREFIX}/lib/lib${lib}.so
-.endfor
-.endif
-
.include <bsd.port.post.mk>