diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/cadaver/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to '')
-rw-r--r-- | www/cadaver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 8bc418f3bdc2..d20e34a900bb 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= bin/cadaver # Neither expat nor libneon are needed at all, but the configure # script breaks if it can not find the Makefile* in them. Exclude # them to be sure, a stray .h is not included instead of what's +NO_STAGE= yes # found under PREFIX (installed by the neon port): EXTRACT_AFTER_ARGS= \ --exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \ |