aboutsummaryrefslogtreecommitdiff
path: root/security/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/arm/Makefile')
-rw-r--r--security/arm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/arm/Makefile b/security/arm/Makefile
index 5aad97cf9073..f15999aa677f 100644
--- a/security/arm/Makefile
+++ b/security/arm/Makefile
@@ -48,11 +48,11 @@ post-patch:
.endif
@${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \
- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall
+ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall
@${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \
${WRKSRC}/setup.py
@${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \
- ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \
+ ${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \
${WRKSRC}/src/gui/controller.py
.include <bsd.port.post.mk>