aboutsummaryrefslogtreecommitdiff
path: root/devel/dits
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-17 07:00:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-17 07:00:21 +0000
commitf13104f8b0c6619e97d36d8dfb89f9e8ff7e65a6 (patch)
tree71d12c3c0ecc85f31db177ce88c24f2b1675f1bd /devel/dits
parent15ea9a69362fca199896cf230aa18f22e2cb98ff (diff)
downloadports-f13104f8b0c6619e97d36d8dfb89f9e8ff7e65a6.tar.gz
ports-f13104f8b0c6619e97d36d8dfb89f9e8ff7e65a6.zip
Notes
Diffstat (limited to 'devel/dits')
-rw-r--r--devel/dits/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/dits/Makefile b/devel/dits/Makefile
index 034a796812b4..645045dd5f20 100644
--- a/devel/dits/Makefile
+++ b/devel/dits/Makefile
@@ -11,11 +11,9 @@ COMMENT= Data integrity verifying disk exercising test tool
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
-PLIST_FILES= bin/dits
-MAN1= dits.1
-MANCOMPRESSED= no
+PLIST_FILES= bin/dits \
+ man/man1/dits.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>