diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-22 21:30:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-22 21:30:14 +0000 |
commit | cb045c9ca44e13e45d03eea4894d5c39d2221d1d (patch) | |
tree | c88dccb143362cd8e0bc7d6a8e59588f1bfb90c2 /dns/vizone | |
parent | 08ed78a7b4d103c3d0a774e772a410c3f87c3ef3 (diff) | |
download | ports-cb045c9ca44e13e45d03eea4894d5c39d2221d1d.tar.gz ports-cb045c9ca44e13e45d03eea4894d5c39d2221d1d.zip |
Notes
Diffstat (limited to 'dns/vizone')
-rw-r--r-- | dns/vizone/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index da52757fb0e8..ef062f7e8e5e 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -18,14 +18,13 @@ SHEBANG_FILES= updserial PORTEXAMPLES= example.tld PLIST_FILES= bin/vizone bin/updserial -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> |