Use GNU_CONFIGURE and some style changes

PR:		32521
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2001-12-08 03:43:03 +00:00
parent d54f69f155
commit 4f6dacada8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51206

View File

@ -15,14 +15,12 @@ DISTNAME= Yap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
do-configure:
@(${MKDIR} ${WRKSRC}/arch ; cd ${WRKSRC}/arch ; \
../configure)
WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch
do-build:
@(cd ${WRKSRC}/arch ; make)
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
do-install:
@(cd ${WRKSRC}/arch ; make install)
post-extract:
@${MKDIR} ${WRKSRC}
.include <bsd.port.mk>