Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 14:17:22 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343749 - head/sysutils/ddpt
Message-ID:  <201402111417.s1BEHMKN021975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111417.s1BEHMKN021975>