diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/acts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/acts/Makefile b/sysutils/acts/Makefile index 412ea925fa4..754424b086b 100644 --- a/sysutils/acts/Makefile +++ b/sysutils/acts/Makefile @@ -3,7 +3,7 @@ PORTNAME= acts PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils archivers MAINTAINER= feld@FreeBSD.org @@ -17,7 +17,7 @@ GH_ACCOUNT= alexjurkiewicz NO_BUILD= yes post-patch: - ${REINPLACE_CMD} 's|ionice -c3 ||' ${WRKSRC}/acts.conf + ${REINPLACE_CMD} 's|ionice -c3 tarsnap|${LOCALBASE}/bin/tarsnap|' ${WRKSRC}/acts.conf do-install: ${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts |