aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-10-29 07:13:29 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-10-29 07:13:29 +0000
commitcfda064524df95df7a3a4bcc39d53de830654a3a (patch)
tree0b5d354ef722c309198f41c36abd681847e2234f /x11-wm
parent4aa008339dac2682d3d541f91c3b92cab1323cd4 (diff)
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
Notes
Notes: svn path=/head/; revision=146646
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index d78388947fd2..fa6df89923b4 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -43,12 +43,12 @@ MANLANG= "" sk
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \
wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x
-.include <bsd.port.pre.mk>
-
OPTIONS= XINERAMA "Enable xinerama support" off \
XKB_STATUS "XKB keyboard language status support" off \
WM_LINGUAS "Enable support for additional locales" off
+.include <bsd.port.pre.mk>
+
.if ${ARCH} == amd64
CONFIGURE_ENV+= ac_cv_c_inline_asm=no
.endif