diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-15 10:08:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-15 10:08:00 +0000 |
commit | b7b5cac3f2a81e2f6e928b9f5aff4f4c717c02d6 (patch) | |
tree | 4a02ae07952d8adb7d0d7bed0ba0a6a73a098b38 /textproc/xslint | |
parent | b443af08abcee3dc093526e34a0addfefaa8f662 (diff) |
Notes
Diffstat (limited to 'textproc/xslint')
-rw-r--r-- | textproc/xslint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index d52483d16db9..59983dee93ad 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -24,15 +24,15 @@ SHEBANG_FILES= xslint.pl PLIST_FILES= bin/xslint PORTDOCS= README xslint.html xslint.xml -NO_STAGE= yes .include <bsd.port.options.mk> do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif |