diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-07-15 05:55:07 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-07-15 05:55:07 +0000 |
commit | c8db285df03009f35a475e94a5d1abc0cc926ec6 (patch) | |
tree | b2bb71be21210258b06fdd7336c0b84d408d91ce /devel | |
parent | 5799ff262071e85c24015a4f35ccb2510fb26401 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnulib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 1916754ef645..7eb03dabcec5 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnulib PORTVERSION= 20100704 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://erislabs.net/ianb/projects/gnulib/ DISTNAME= ${PORTNAME}-${PORTVERSION}-stable @@ -14,8 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-stable MAINTAINER= johans@FreeBSD.org COMMENT= GNU portability library -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - USE_GMAKE= yes USE_PERL5_RUN= yes @@ -34,8 +33,6 @@ PLIST_FILES+= %%DOCSDIR%%/${PORTNAME}.html post-patch: ${REINPLACE_CMD} -e 's/date -u.*/stat -f %Sa -t "@set UPDATED %F %T" `ls -t $$^ | sed 1q` > $$@/' ${WRKSRC}/doc/Makefile - ${REINPLACE_CMD} -e '1s@/bin/sh@${LOCALBASE}/bin/bash@' \ - ${WRKSRC}/gnulib-tool do-build: cd ${WRKSRC} && ${GMAKE} -C doc info html |