diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-31 15:31:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-31 15:31:49 +0000 |
commit | e3862a5fbb744c823b4c191e87ed5714d774c021 (patch) | |
tree | b8c04fab2049f197797e13b9c780fc8f36710aea /sysutils/pcbsd-appweb | |
parent | 6d945223461a96def0aa89a6f296983fa3dd4a0b (diff) | |
download | ports-e3862a5fbb744c823b4c191e87ed5714d774c021.tar.gz ports-e3862a5fbb744c823b4c191e87ed5714d774c021.zip |
Notes
Diffstat (limited to 'sysutils/pcbsd-appweb')
-rw-r--r-- | sysutils/pcbsd-appweb/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/pcbsd-appweb/Makefile b/sysutils/pcbsd-appweb/Makefile index 70452fc46e97..b2790cd2cd32 100644 --- a/sysutils/pcbsd-appweb/Makefile +++ b/sysutils/pcbsd-appweb/Makefile @@ -23,6 +23,7 @@ USE_PHP= gd filter session WRKSRC= ${WRKDIR}/src-webui USES= pkgconfig tar:xz NO_BUILD= yes +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} .include <bsd.port.pre.mk> @@ -30,10 +31,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> |