aboutsummaryrefslogtreecommitdiff
path: root/textproc/print-n-times
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:17:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 16:17:59 +0000
commit84e4cdf950a64b38962848fb1649732e1462a94e (patch)
tree5d72e8b08baed7f06124b3214b65d151f4877ea0 /textproc/print-n-times
parent0a4ba82fec79d49f7cf5e0b08ca9534cdb327bd2 (diff)
Notes
Diffstat (limited to 'textproc/print-n-times')
-rw-r--r--textproc/print-n-times/Makefile6
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>