svn commit: r341938 - head/net/sqtop

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 08:08:08 UTC 2014


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}


More information about the svn-ports-all mailing list