aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-17 15:00:21 +0800
committermiwi <miwi@FreeBSD.org>2014-02-17 15:00:21 +0800
commitb07251456d9f7e2b960e4a6184d2046d4421fd38 (patch)
tree71d12c3c0ecc85f31db177ce88c24f2b1675f1bd /devel
parentfe2ccbd2d63470d92b96f69de414b6b82dbc22cd (diff)
downloadfreebsd-ports-gnome-b07251456d9f7e2b960e4a6184d2046d4421fd38.tar.gz
freebsd-ports-gnome-b07251456d9f7e2b960e4a6184d2046d4421fd38.tar.zst
freebsd-ports-gnome-b07251456d9f7e2b960e4a6184d2046d4421fd38.zip
- Stage support
Diffstat (limited to 'devel')
-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>