diff options
Diffstat (limited to 'www/snarf/Makefile')
-rw-r--r-- | www/snarf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/snarf/Makefile b/www/snarf/Makefile index 206454aa7d6a..2bb565c3090d 100644 --- a/www/snarf/Makefile +++ b/www/snarf/Makefile @@ -15,7 +15,8 @@ COMMENT= Another small command-line URL (http/ftp/gopher/finger) fetcher GNU_CONFIGURE= yes -MAN1= snarf.1 +MAN1= snarf.1 +PLIST_FILES= bin/snarf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/ |