From e3862a5fbb744c823b4c191e87ed5714d774c021 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 31 Mar 2015 15:31:49 +0000 Subject: Remove useless execution of script Simplify Makefile and make it respects the common framework variable --- sysutils/pcbsd-utils/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sysutils/pcbsd-utils') diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index c398a9a3cd0e..609a78548d6b 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -21,6 +21,7 @@ CONFLICTS?= pbi-manager-[0-9]* USE_QT5= core network buildtools qmake USES= pkgconfig tar:xz NO_BUILD= yes +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include @@ -28,10 +29,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 -- cgit v1.2.3