diff options
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index cb6491d83142..21abe0c85d72 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --enable-netrc \ --with-expat ALL_TARGET= cadaver -MAN1= cadaver.1 +MAN1= cadaver.1 +PLIST_FILES= bin/cadaver CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |