svn commit: r343749 - head/sysutils/ddpt

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


Author: miwi
Date: Tue Feb 11 14:17:22 2014
New Revision: 343749
URL: http://svnweb.freebsd.org/changeset/ports/343749
QAT: https://qat.redports.org/buildarchive/r343749/

Log:
  - Stage support
  - Convert gmake to USES

Modified:
  head/sysutils/ddpt/Makefile

Modified: head/sysutils/ddpt/Makefile
==============================================================================
--- head/sysutils/ddpt/Makefile	Tue Feb 11 14:16:39 2014	(r343748)
+++ head/sysutils/ddpt/Makefile	Tue Feb 11 14:17:22 2014	(r343749)
@@ -13,12 +13,11 @@ COMMENT=	A dd tool that specializes in f
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-MAN8=		ddpt.8
-PLIST_FILES=	bin/ddpt
+PLIST_FILES=	bin/ddpt \
+		man/man8/ddpt.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list