diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/print-n-times | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/print-n-times')
-rw-r--r-- | textproc/print-n-times/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/print-n-times/Makefile b/textproc/print-n-times/Makefile index a52d3ec91318..eecb34f27fe4 100644 --- a/textproc/print-n-times/Makefile +++ b/textproc/print-n-times/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: print-n-times -# Date created: August 03 2004 -# Whom: Aaron Straup Cope +# Created by: Aaron Straup Cope # $FreeBSD$ PORTNAME= print-n-times @@ -14,6 +12,7 @@ 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 |