aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
commitcd419fd1dfe3dc76a40073fe54d2993054dfc88c (patch)
tree0d46946c2159598fd9c10d0de4a1de55f32e5a3e /archivers
parent9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 (diff)
downloadports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.tar.gz
ports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile
index 1ffdb6e96d1a..e213be0f869f 100644
--- a/archivers/zutils/Makefile
+++ b/archivers/zutils/Makefile
@@ -28,6 +28,6 @@ post-patch:
@${REINPLACE_CMD} '24,27d' ${WRKSRC}/configure
post-install:
- @${RM} ${STAGEDIR}${PREFIX}/info/dir
+ @-${RM} ${STAGEDIR}${PREFIX}/info/dir
.include <bsd.port.mk>