aboutsummaryrefslogtreecommitdiff
path: root/x11/dgs/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /x11/dgs/Makefile
parent620d4f39c35f41046c4023311f01f21e300539df (diff)
downloadports-45a085ac121097053e07252c60df65b972d4d74c.tar.gz
ports-45a085ac121097053e07252c60df65b972d4d74c.zip
Notes
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r--x11/dgs/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 68db8d99cd0a..4a605488d72e 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -45,19 +45,10 @@ pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \
${REINPLACE_CMD} -e 's|manm|mann|g'
-.if ${X_WINDOW_SYSTEM:L} != xfree86-4
-INSTALLDIRS+= DPS/clients/makepsres DPS/demos/texteroids
-MANN+= makepsres.man
-.endif
-
-.if ${X_WINDOW_SYSTEM:L} == xfree86-3
-PLIST_SUB+= WITH_XORG=""
-PLIST_SUB+= WITH_XFREE4=""
-.else
-PLIST_SUB+= WITH_XORG="@comment "
-
.if ${X_WINDOW_SYSTEM:L} == xorg
-INSTALLDIRS+= DPS/lib/dpstk DPS/lib/psres DPS/clients/pswrap
+INSTALLDIRS+= DPS/clients/makepsres DPS/clients/pswrap DPS/demos/texteroids \
+ DPS/lib/dpstk
+MANN+= makepsres.man
PLIST_SUB+= WITH_XFREE4=""
.else
PLIST_SUB+= WITH_XFREE4="@comment "
@@ -73,6 +64,4 @@ do-install:
${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
.endfor
-.endif
-
.include <bsd.port.post.mk>