svn commit: r344692 - head/editors/dkns

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:02:16 UTC 2014


Author: miwi
Date: Mon Feb 17 07:02:14 2014
New Revision: 344692
URL: http://svnweb.freebsd.org/changeset/ports/344692
QAT: https://qat.redports.org/buildarchive/r344692/

Log:
  - Stage support

Modified:
  head/editors/dkns/Makefile

Modified: head/editors/dkns/Makefile
==============================================================================
--- head/editors/dkns/Makefile	Mon Feb 17 07:02:08 2014	(r344691)
+++ head/editors/dkns/Makefile	Mon Feb 17 07:02:14 2014	(r344692)
@@ -11,10 +11,7 @@ COMMENT=	Simple console text editor
 
 RUN_DEPENDS=	munger:${PORTSDIR}/lang/munger
 
-MAN1=		dkns.1
-MANCOMPRESSED=	yes
+PLIST_FILES=	bin/dkns \
+		man/man1/dkns.1.gz
 
-PLIST_FILES=	bin/dkns
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list