aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-11 22:17:22 +0800
committermiwi <miwi@FreeBSD.org>2014-02-11 22:17:22 +0800
commit3266c8a1c516e674f70f5c49b95a28828ac75712 (patch)
tree35fd418131211c2bc085a4bf24ff8202f5ea57f8 /sysutils
parentf170bbc0098291e4a607ae83b342408f479c6fe9 (diff)
downloadfreebsd-ports-gnome-3266c8a1c516e674f70f5c49b95a28828ac75712.tar.gz
freebsd-ports-gnome-3266c8a1c516e674f70f5c49b95a28828ac75712.tar.zst
freebsd-ports-gnome-3266c8a1c516e674f70f5c49b95a28828ac75712.zip
- Stage support
- Convert gmake to USES
Diffstat (limited to 'sysutils')
-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>