summaryrefslogtreecommitdiff
path: root/sysutils/ddpt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-11 14:17:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-11 14:17:22 +0000
commitd46f00a1dc1e233e1376de2cf9ca6be239460741 (patch)
tree35fd418131211c2bc085a4bf24ff8202f5ea57f8 /sysutils/ddpt
parentdbd3e01608d573a5d368169a6ee997cbccf7e35f (diff)
Notes
Diffstat (limited to 'sysutils/ddpt')
-rw-r--r--sysutils/ddpt/Makefile7
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>