summaryrefslogtreecommitdiff
path: root/x11/XFree86-clients
diff options
context:
space:
mode:
authorgrant <grant>2004-01-31 16:15:12 +0000
committergrant <grant>2004-01-31 16:15:12 +0000
commit96fc792b052ac978490475d0aef9d9402ef41e0b (patch)
treee24b92e878fc0b9a0236000623d7658328392d5a /x11/XFree86-clients
parentc773a9a32a3f8c073389c95d9cb8076473c2f68e (diff)
downloadpkgsrc-96fc792b052ac978490475d0aef9d9402ef41e0b.tar.gz
indent conditionals, whitespace fix.
Diffstat (limited to 'x11/XFree86-clients')
-rw-r--r--x11/XFree86-clients/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-clients/Makefile b/x11/XFree86-clients/Makefile
index dd1243d3154..6718b20be45 100644
--- a/x11/XFree86-clients/Makefile
+++ b/x11/XFree86-clients/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/31 15:27:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/31 16:15:12 grant Exp $
DISTNAME= ${DISTFILES}
PKGNAME= XFree86-clients-${XF_VER}
@@ -23,14 +23,14 @@ XINSTALL_MAN_DIRS= programs
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
-.include "../../security/PAM/buildlink2.mk"
+. include "../../security/PAM/buildlink2.mk"
.endif
post-configure:
@${MKDIR} ${WRKSRC}/exports/lib
@for l in fntstubs Xss FS fontenc Xau Xxf86vm Xxf86dga xkbfile \
- Xxf86misc Xdmcp Xfontcache Xinerama Xfont; do \
- ${LN} -sf ${PREFIX}/lib/lib$${l}.a ${WRKSRC}/exports/lib/ ; \
+ Xxf86misc Xdmcp Xfontcache Xinerama Xfont; do \
+ ${LN} -sf ${PREFIX}/lib/lib$${l}.a ${WRKSRC}/exports/lib/; \
done
.include "../../fonts/Xft2/buildlink2.mk"