diff options
Diffstat (limited to 'ftp/puf')
-rw-r--r-- | ftp/puf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index f350ce473705..00defe64a056 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -11,8 +11,7 @@ COMMENT= A parallel HTTP downloader similar to wget GNU_CONFIGURE= yes -MAN1= puf.1 -PLIST_FILES= bin/puf +PLIST_FILES= bin/puf \ + man/man1/puf.1.gz -NO_STAGE= yes .include <bsd.port.mk> |