aboutsummaryrefslogtreecommitdiff
path: root/net/sqtop
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 08:08:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 08:08:07 +0000
commit19f84e599063f212702b8a1363013699f7c7a5f8 (patch)
tree424d738ab85baa31afe799df90fe2b4ffa92b999 /net/sqtop
parent398d5ae55b3f67251200ccdb7e17a077f389560e (diff)
Notes
Diffstat (limited to 'net/sqtop')
-rw-r--r--net/sqtop/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/sqtop/Makefile b/net/sqtop/Makefile
index 0033728339b4..e7e9f6886efc 100644
--- a/net/sqtop/Makefile
+++ b/net/sqtop/Makefile
@@ -13,16 +13,14 @@ LICENSE= GPLv2
USE_BZIP2= yes
-PLIST_FILES= bin/sqtop
-
-MAN1= sqtop.1
+PLIST_FILES= bin/sqtop \
+ man/man1/sqtop.1.gz
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MNCURSES}