Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 14:18:41 +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: r343751 - head/sysutils/dc3dd
Message-ID:  <201402111418.s1BEIffF022265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 11 14:18:41 2014
New Revision: 343751
URL: http://svnweb.freebsd.org/changeset/ports/343751
QAT: https://qat.redports.org/buildarchive/r343751/

Log:
  - Stage support

Modified:
  head/sysutils/dc3dd/Makefile
  head/sysutils/dc3dd/pkg-plist

Modified: head/sysutils/dc3dd/Makefile
==============================================================================
--- head/sysutils/dc3dd/Makefile	Tue Feb 11 14:18:10 2014	(r343750)
+++ head/sysutils/dc3dd/Makefile	Tue Feb 11 14:18:41 2014	(r343751)
@@ -10,8 +10,7 @@ MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A dd program useful for computer forensics
 
 USE_BZIP2=	yes
-USES=		gettext iconv
-USE_GMAKE=	yes
+USES=		gettext iconv gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="${LIBS} -L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -19,11 +18,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-MAN1=		dc3dd.1
-
-NO_STAGE=	yes
-
-OPTIONS_DEFINE=	NLS 
+OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>
 

Modified: head/sysutils/dc3dd/pkg-plist
==============================================================================
--- head/sysutils/dc3dd/pkg-plist	Tue Feb 11 14:18:10 2014	(r343750)
+++ head/sysutils/dc3dd/pkg-plist	Tue Feb 11 14:18:41 2014	(r343751)
@@ -1,4 +1,5 @@
 bin/dc3dd
+man/man1/dc3dd.1.gz
 %%NLS%%share/locale/af/LC_MESSAGES/dc3dd.mo
 %%NLS%%share/locale/af/LC_TIME/dc3dd.mo
 %%NLS%%share/locale/be/LC_MESSAGES/dc3dd.mo



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