aboutsummaryrefslogtreecommitdiff
path: root/archivers/sharutils/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-02 18:05:55 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-02 18:05:55 +0000
commitc8518a2fd5168e3f106fcd9cbefe3f6734185cba (patch)
tree631450757ee6c7fb7650c1aca36efd54fda3421d /archivers/sharutils/Makefile
parentae5e5e45978ab36e0ac2afe8b7facc63a90c0031 (diff)
downloadports-c8518a2fd5168e3f106fcd9cbefe3f6734185cba.tar.gz
ports-c8518a2fd5168e3f106fcd9cbefe3f6734185cba.zip
Notes
Diffstat (limited to 'archivers/sharutils/Makefile')
-rw-r--r--archivers/sharutils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
index 3b8a775921ea..d19ed73b24fa 100644
--- a/archivers/sharutils/Makefile
+++ b/archivers/sharutils/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= sharutils
-PORTVERSION= 4.3.77
-PORTREVISION= 1
+PORTVERSION= 4.3.80
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME}/REL-${PORTVERSION}
MAINTAINER= sylvioc@gmail.com
COMMENT= Pack, send and unpack shell archives; synchronize via e-mail
@@ -38,5 +37,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|@SH@|${SH}|' \
${WRKSRC}/src/mail-files.in ${WRKSRC}/src/mailshar.in
@${REINPLACE_CMD} -e 's|@PERL@|${PERL}|' ${WRKSRC}/src/remsync.in
+ @${FIND} ${WRKSRC} -name \*.c -or -name \*.h | ${XARGS} \
+ ${REINPLACE_CMD} -e 's|uintmax_t|unsigned long long|;s|intmax_t|long long|'
.include <bsd.port.mk>