diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/stow | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.zst freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/stow')
-rw-r--r-- | sysutils/stow/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index ea56accabf19..9408cdb87576 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: stow -# Date created: 6 June 2000 -# Whom: Cyrille Lefevre <clefevre@citeweb.net> -# +# Created by: Cyrille Lefevre <clefevre@citeweb.net> # $FreeBSD$ -# PORTNAME= stow PORTVERSION= 2.2.0 @@ -36,6 +31,7 @@ PLIST_FILES= bin/chkstow \ %%SITE_PERL%%/Stow/Util.pm PLIST_DIRS= %%SITE_PERL%%/Stow +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |