diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
commit | 3484c276180e9001d2fec00011e23d923b72839d (patch) | |
tree | 507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-im/bsflite | |
parent | 12a350e5480603e02b9d3281c6b90d9967b1cc9a (diff) |
Notes
Diffstat (limited to 'net-im/bsflite')
-rw-r--r-- | net-im/bsflite/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile index 955db4e3f73f..4755a435ad88 100644 --- a/net-im/bsflite/Makefile +++ b/net-im/bsflite/Makefile @@ -15,7 +15,6 @@ PORTDOCS= COPYING ChangeLog README OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -24,14 +23,14 @@ post-patch: ${WRKSRC}/imcomm/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${PREFIX}/bin - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/config-example ${EXAMPLESDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/bsflite ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/config-example ${STAGEDIR}${EXAMPLESDIR} .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif |