Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 08:08:07 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341938 - head/net/sqtop
Message-ID:  <201401310808.s0V887NL092441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 08:08:07 2014
New Revision: 341938
URL: http://svnweb.freebsd.org/changeset/ports/341938
QAT: https://qat.redports.org/buildarchive/r341938/

Log:
  - Stage support

Modified:
  head/net/sqtop/Makefile

Modified: head/net/sqtop/Makefile
==============================================================================
--- head/net/sqtop/Makefile	Fri Jan 31 08:07:58 2014	(r341937)
+++ head/net/sqtop/Makefile	Fri Jan 31 08:08:07 2014	(r341938)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310808.s0V887NL092441>