svn commit: r343774 - head/misc/xd

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 16:56:04 UTC 2014


Author: miwi
Date: Tue Feb 11 16:56:03 2014
New Revision: 343774
URL: http://svnweb.freebsd.org/changeset/ports/343774
QAT: https://qat.redports.org/buildarchive/r343774/

Log:
  - Stage support

Modified:
  head/misc/xd/Makefile

Modified: head/misc/xd/Makefile
==============================================================================
--- head/misc/xd/Makefile	Tue Feb 11 16:54:56 2014	(r343773)
+++ head/misc/xd/Makefile	Tue Feb 11 16:56:03 2014	(r343774)
@@ -15,9 +15,7 @@ LICENSE=	BSD
 MAKE_ARGS=	CC="${CC}" BINDIR="${PREFIX}/bin" \
 		MANDIR="${MAN1PREFIX}/man/man"
 
-MAN1=		xd.1
-MANCOMPRESSED=	maybe
-PLIST_FILES=	bin/xd
+PLIST_FILES=	bin/xd \
+		man/man1/xd.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list