Update tla (C arch client) to use GNU's patch (gpatch).

Submitted by:	Curtis.Dunham@alltel.com
Obtained from:	arch-users mailing list
This commit is contained in:
Sean Chittenden 2003-08-26 21:38:09 +00:00
parent 04e3db36e0
commit 12c7a2a2aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87752

View File

@ -7,6 +7,7 @@
PORTNAME= tla
PORTVERSION= 1.1.pre5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://regexps.srparish.net/src/tla/
DISTNAME= tla-1.1pre5
@ -14,6 +15,8 @@ DISTNAME= tla-1.1pre5
MAINTAINER= seanc@FreeBSD.org
COMMENT= The original arch source control management CLI written in C
RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch
GNU_CONFIGURE= yes
USE_GMAKE= yes
@ -24,7 +27,7 @@ pre-configure:
${MKDIR} ${WRKSRC}
do-configure:
cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE}
cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} --with-gnu-patch gpatch
test:
cd ${WRKSRC} ; ${GMAKE} test