aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pcbsd-syscache
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-31 15:31:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-31 15:31:49 +0000
commite3862a5fbb744c823b4c191e87ed5714d774c021 (patch)
treeb8c04fab2049f197797e13b9c780fc8f36710aea /sysutils/pcbsd-syscache
parent6d945223461a96def0aa89a6f296983fa3dd4a0b (diff)
downloadports-e3862a5fbb744c823b4c191e87ed5714d774c021.tar.gz
ports-e3862a5fbb744c823b4c191e87ed5714d774c021.zip
Notes
Diffstat (limited to 'sysutils/pcbsd-syscache')
-rw-r--r--sysutils/pcbsd-syscache/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/pcbsd-syscache/Makefile b/sysutils/pcbsd-syscache/Makefile
index 0de3946f0b11..4b5febb28aea 100644
--- a/sysutils/pcbsd-syscache/Makefile
+++ b/sysutils/pcbsd-syscache/Makefile
@@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/syscache
USE_QT5= core network buildtools qmake
USES= pkgconfig tar:xz
NO_BUILD= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.pre.mk>
@@ -23,10 +24,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>