diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-13 18:46:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-13 18:46:06 +0000 |
commit | e9439d93ee99f3bd9fe23de5da528ea0219a644d (patch) | |
tree | 7fbb1879e95e14c9159d9f3a2fab2f006cce8934 /sysutils/rsnapshot/Makefile | |
parent | 0fcda4f5b386fb34609a125a0921354d884482ec (diff) | |
download | ports-e9439d93ee99f3bd9fe23de5da528ea0219a644d.tar.gz ports-e9439d93ee99f3bd9fe23de5da528ea0219a644d.zip |
Notes
Diffstat (limited to 'sysutils/rsnapshot/Makefile')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index 53e5d8f3a04d..91d7f5233191 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsnapshot -PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ @@ -14,14 +13,14 @@ BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown -USES= shebangfix perl5 +USES= perl5 GNU_CONFIGURE= yes -SHEBANG_FILES= rsnapshot-program.pl rsnapshot-diff.pl +NO_ARCH= yes -PORTDOCS= AUTHORS ChangeLog README TODO +PORTDOCS= AUTHORS ChangeLog README.md post-patch: - ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |