summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-15 23:30:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-15 23:30:26 +0000
commit4e44b46b25acc1580b25ceccb07e6d64b35a38dc (patch)
tree7502c97e1d3c94eb7105c433389e16375ae60975 /x11-toolkits
parentConditionalize man page compression on NOMANCOMPRESS. Use a .for loop (diff)
Call files/xmkmf with sh, so that it works even if the x bit isn't set.
Pointed out in a different form by: chuckr@glue.umd.edu
Notes
Notes: svn path=/head/; revision=3089
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/FWF/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/FWF/Makefile b/x11-toolkits/FWF/Makefile
index f9376e250e31..8075feeaa0e6 100644
--- a/x11-toolkits/FWF/Makefile
+++ b/x11-toolkits/FWF/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 July 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1995/07/17 16:22:21 jkh Exp $
+# $Id: Makefile,v 1.5 1995/07/19 11:36:42 asami Exp $
#
DISTNAME= fwf-3.8
@@ -15,6 +15,6 @@ MAINTAINER= jkh@FreeBSD.ORG
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/FWF
PATCH_STRIP= -p1
-XMKMF= env X11BASE=${X11BASE} WRKSRC=${WRKSRC} ${FILESDIR}/xmkmf
+XMKMF= env X11BASE=${X11BASE} WRKSRC=${WRKSRC} sh ${FILESDIR}/xmkmf
.include <bsd.port.mk>