diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:17:22 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:17:22 +0000 |
| commit | d46f00a1dc1e233e1376de2cf9ca6be239460741 (patch) | |
| tree | 35fd418131211c2bc085a4bf24ff8202f5ea57f8 /sysutils/ddpt | |
| parent | dbd3e01608d573a5d368169a6ee997cbccf7e35f (diff) | |
Notes
Diffstat (limited to 'sysutils/ddpt')
| -rw-r--r-- | sysutils/ddpt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/ddpt/Makefile b/sysutils/ddpt/Makefile index 1a3da876632f..e5bbc7485957 100644 --- a/sysutils/ddpt/Makefile +++ b/sysutils/ddpt/Makefile @@ -13,12 +13,11 @@ COMMENT= A dd tool that specializes in files that are block devices 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> |
