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/add-css-links/Makefile | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) | |
download | ports-0068f2d47fabca8b05218243fb099000a6413c86.tar.gz ports-0068f2d47fabca8b05218243fb099000a6413c86.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Notes
Notes:
svn path=/head/; revision=327773
Diffstat (limited to 'textproc/add-css-links/Makefile')
-rw-r--r-- | textproc/add-css-links/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/add-css-links/Makefile b/textproc/add-css-links/Makefile index a783877af848..c796b9b4529f 100644 --- a/textproc/add-css-links/Makefile +++ b/textproc/add-css-links/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: add-css-links -# Date created: August 03 2004 -# Whom: Aaron Straup Cope +# Created by: Aaron Straup Cope # $FreeBSD$ PORTNAME= add-css-links @@ -14,6 +12,7 @@ COMMENT= Add one or more CSS <link> elements to an XHTML document NO_BUILD= yes +NO_STAGE= yes do-install: @${ECHO} "Installing in ${PREFIX}/share/xsl/xhtml/" @${MKDIR} ${PREFIX}/share/xsl/xhtml |