Index: head/net/sqtop/Makefile =================================================================== --- head/net/sqtop/Makefile (revision 341937) +++ head/net/sqtop/Makefile (revision 341938) @@ -1,34 +1,32 @@ # Created by: Marco Steinbach # $FreeBSD$ PORTNAME= sqtop DISTVERSION= 2011-11-01 CATEGORIES= net MASTER_SITES= GOOGLE_CODE MAINTAINER= coco@executive-computing.de COMMENT= Console-based display of Squid proxy connections LICENSE= GPLv2 USE_BZIP2= yes -PLIST_FILES= bin/sqtop +PLIST_FILES= bin/sqtop \ + man/man1/sqtop.1.gz -MAN1= sqtop.1 - GNU_CONFIGURE= yes OPTIONS_DEFINE= NCURSES OPTIONS_DEFAULT= NCURSES -NO_STAGE= yes .include .if ! ${PORT_OPTIONS:MNCURSES} CONFIGURE_ARGS= --disable-ui .else USES+= ncurses .endif .include