diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 16:58:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 16:58:10 +0000 |
commit | 98057a94246425139ecfd8bdc30cf5778b391551 (patch) | |
tree | 6f4443876f80f783602e458284c0c48ba01abe35 /ftp/puf | |
parent | f33921c39795ae8261b52bb00f0ea10b5a388566 (diff) | |
download | ports-98057a94246425139ecfd8bdc30cf5778b391551.tar.gz ports-98057a94246425139ecfd8bdc30cf5778b391551.zip |
Notes
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> |