diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-11 22:18:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-11 22:18:41 +0800 |
commit | 213c6bee346b7dfd99cbb6c704f57e00722c61f7 (patch) | |
tree | 6bbaa0c3f34a07d2fdc5080bb1d976a8894f6e4b /sysutils/dc3dd | |
parent | 344ea30643ceed9f767fce612f1576fedf90a663 (diff) | |
download | freebsd-ports-gnome-213c6bee346b7dfd99cbb6c704f57e00722c61f7.tar.gz freebsd-ports-gnome-213c6bee346b7dfd99cbb6c704f57e00722c61f7.tar.zst freebsd-ports-gnome-213c6bee346b7dfd99cbb6c704f57e00722c61f7.zip |
- Stage support
Diffstat (limited to 'sysutils/dc3dd')
-rw-r--r-- | sysutils/dc3dd/Makefile | 9 | ||||
-rw-r--r-- | sysutils/dc3dd/pkg-plist | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/dc3dd/Makefile b/sysutils/dc3dd/Makefile index 0beade95195c..5c689d3caed5 100644 --- a/sysutils/dc3dd/Makefile +++ b/sysutils/dc3dd/Makefile @@ -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> diff --git a/sysutils/dc3dd/pkg-plist b/sysutils/dc3dd/pkg-plist index 8bcab839550f..5e1324d4fa30 100644 --- a/sysutils/dc3dd/pkg-plist +++ b/sysutils/dc3dd/pkg-plist @@ -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 |