svn commit: r343747 - head/sysutils/dvtm

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:15:17 UTC 2014


Author: miwi
Date: Tue Feb 11 14:15:16 2014
New Revision: 343747
URL: http://svnweb.freebsd.org/changeset/ports/343747
QAT: https://qat.redports.org/buildarchive/r343747/

Log:
  - Stage support

Modified:
  head/sysutils/dvtm/Makefile

Modified: head/sysutils/dvtm/Makefile
==============================================================================
--- head/sysutils/dvtm/Makefile	Tue Feb 11 14:14:21 2014	(r343746)
+++ head/sysutils/dvtm/Makefile	Tue Feb 11 14:15:16 2014	(r343747)
@@ -8,10 +8,9 @@ MASTER_SITES=	http://www.brain-dump.org/
 MAINTAINER=	beat at FreeBSD.org
 COMMENT=	Tiling window management for the console
 
-MAN1=		dvtm.1
-PLIST_FILES=	bin/dvtm bin/dvtm-status
+PLIST_FILES=	bin/dvtm bin/dvtm-status \
+		man/man1/dvtm.1.gz
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:"
 	@${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean"


More information about the svn-ports-all mailing list