aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pcbsd-libsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pcbsd-libsh/Makefile')
-rw-r--r--sysutils/pcbsd-libsh/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/pcbsd-libsh/Makefile b/sysutils/pcbsd-libsh/Makefile
index 67f2a03f6155..43926ed2ded4 100644
--- a/sysutils/pcbsd-libsh/Makefile
+++ b/sysutils/pcbsd-libsh/Makefile
@@ -15,6 +15,7 @@ LICENSE= BSD
WRKSRC= ${WRKDIR}/libsh
USES= pkgconfig tar:xz
NO_BUILD= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.pre.mk>
@@ -22,10 +23,4 @@ NO_BUILD= yes
IGNORE= requires FreeBSD 10 or later
.endif
-do-install:
- cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX}
-
-post-install:
- PKG_PREFIX=${STAGEDIR}${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.include <bsd.port.post.mk>