diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-11 19:01:15 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-08-11 19:01:15 +0000 |
commit | 64f8319c49cd5b87366913fe6d1123c924f01bbf (patch) | |
tree | 5e1ffcf84965ad845147d3b14b81dd3c22a19e54 /sysutils | |
parent | c32a2e079e1fa2167423fe0c8b0a4fc8623ed828 (diff) | |
download | ports-64f8319c49cd5b87366913fe6d1123c924f01bbf.tar.gz ports-64f8319c49cd5b87366913fe6d1123c924f01bbf.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duply/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/duply/Makefile b/sysutils/duply/Makefile index bfabe92dc75d..cda544e0d230 100644 --- a/sysutils/duply/Makefile +++ b/sysutils/duply/Makefile @@ -3,6 +3,7 @@ PORTNAME= duply PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://duply.net/projects/ftplicity/files/latest/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -28,7 +29,6 @@ SUB_FILES= pkg-message periodic_duply post-patch: ${REINPLACE_CMD} -e "s,/etc/duply,${ETCDIR},g" ${WRKSRC}/duply - ${REINPLACE_CMD} -e "s,(python,(${PYTHON_CMD},g" ${WRKSRC}/duply do-install: ${INSTALL_SCRIPT} ${WRKSRC}/duply ${STAGEDIR}${PREFIX}/bin/duply |