1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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
This commit is contained in:
Satoshi Asami 1996-05-15 23:30:26 +00:00
parent cff81d0b57
commit 4e44b46b25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3089

View File

@ -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>