diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:17:44 +0000 |
commit | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/sysconftool/Makefile | |
parent | Fix a fallout in the convertion script (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Notes
Notes:
svn path=/head/; revision=327726
Diffstat (limited to 'devel/sysconftool/Makefile')
-rw-r--r-- | devel/sysconftool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index 247b7b445a7a..a5604142100e 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -18,6 +18,7 @@ USE_AUTOTOOLS= automake aclocal autoconf MAN1= sysconftool.1 sysconftoolcheck.1 MAN7= sysconftool.7 +NO_STAGE= yes pre-patch: @${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC} |