diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-23 11:31:55 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-23 11:31:55 +0000 |
commit | bf5ba3abaa36fee6ba4b86c6392279e3d39fb462 (patch) | |
tree | 3bd014f079680902c9369a20a528fe76cf9ad9c4 /sysutils/rsnapshot | |
parent | 566869d5cd2c1c5b83d62817c4f552a7bf6b7232 (diff) | |
download | ports-bf5ba3abaa36fee6ba4b86c6392279e3d39fb462.tar.gz ports-bf5ba3abaa36fee6ba4b86c6392279e3d39fb462.zip |
Notes
Diffstat (limited to 'sysutils/rsnapshot')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index c1db803ebb24..8a7238210974 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsnapshot PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ @@ -33,7 +34,6 @@ post-install: post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -Ee 's,/(etc/rsnapshot.conf),${PREFIX}/\1,g' ${WRKSRC}/rsnapshot-program.pl .if ${PERL_LEVEL} < 500800 ${REINPLACE_CMD} -e "s, -n 'rsnapshot',," ${WRKSRC}/Makefile.in .endif |