diff options
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index d20e34a900bb..db8ff802e23e 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -17,13 +17,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-netrc ALL_TARGET= cadaver -MAN1= cadaver.1 -PLIST_FILES= bin/cadaver +PLIST_FILES= bin/cadaver \ + man/man1/cadaver.1.gz # 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]' \ |