svn commit: r344685 - head/devel/dits

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:00:21 UTC 2014


Author: miwi
Date: Mon Feb 17 07:00:21 2014
New Revision: 344685
URL: http://svnweb.freebsd.org/changeset/ports/344685
QAT: https://qat.redports.org/buildarchive/r344685/

Log:
  - Stage support

Modified:
  head/devel/dits/Makefile

Modified: head/devel/dits/Makefile
==============================================================================
--- head/devel/dits/Makefile	Mon Feb 17 07:00:05 2014	(r344684)
+++ head/devel/dits/Makefile	Mon Feb 17 07:00:21 2014	(r344685)
@@ -11,11 +11,9 @@ COMMENT=	Data integrity verifying disk e
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
-PLIST_FILES=	bin/dits
-MAN1=		dits.1
-MANCOMPRESSED=	no
+PLIST_FILES=	bin/dits \
+		man/man1/dits.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list