aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:11:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:11:23 +0000
commita7c7693a22ba087b321c5ecb97c756362176df0c (patch)
tree5558614ff8f4ded0e3ad9cffc8f24845b09f56d5 /sysutils/moreutils/Makefile
parent0a5466e038257f17647d904e194b80765ac14237 (diff)
downloadports-a7c7693a22ba087b321c5ecb97c756362176df0c.tar.gz
ports-a7c7693a22ba087b321c5ecb97c756362176df0c.zip
Notes
Diffstat (limited to 'sysutils/moreutils/Makefile')
-rw-r--r--sysutils/moreutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile
index ab4c786e79de..f15e9f4cf852 100644
--- a/sysutils/moreutils/Makefile
+++ b/sysutils/moreutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= moreutils
PORTVERSION= 0.51
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -24,6 +24,7 @@ USES= perl5 shebangfix
WRKSRC= ${WRKDIR}/${PORTNAME}
CANNED_MANPAGES=errno.1 \
+ ifdata.1 \
ifne.1 \
isutf8.1 \
lckdo.1 \
@@ -40,6 +41,7 @@ PERL_MANPAGES= chronic.1 \
SHEBANG_FILES= ${PERL_MANPAGES:R}
post-patch:
+ @${REINPLACE_CMD} -e 's|__APPLE__|__FreeBSD__|' ${WRKSRC}/ifdata.c
@cd ${FILESDIR}/ && ${CP} ${CANNED_MANPAGES} ${WRKSRC}/
post-build: