diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 16:17:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 16:17:59 +0000 |
commit | 84e4cdf950a64b38962848fb1649732e1462a94e (patch) | |
tree | 5d72e8b08baed7f06124b3214b65d151f4877ea0 /textproc/print-n-times | |
parent | 0a4ba82fec79d49f7cf5e0b08ca9534cdb327bd2 (diff) |
Notes
Diffstat (limited to 'textproc/print-n-times')
-rw-r--r-- | textproc/print-n-times/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/print-n-times/Makefile b/textproc/print-n-times/Makefile index eecb34f27fe4..63fb670cba6a 100644 --- a/textproc/print-n-times/Makefile +++ b/textproc/print-n-times/Makefile @@ -12,10 +12,8 @@ COMMENT= Print a string (n) times NO_BUILD= yes -NO_STAGE= yes do-install: - @${ECHO} "Installing in ${PREFIX}/share/xsl/string/" - @${MKDIR} ${PREFIX}/share/xsl/string - @${CP} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/string/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/string + ${INSTALL_DATA} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/string .include <bsd.port.mk> |