aboutsummaryrefslogtreecommitdiff
path: root/sysutils/adtool
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-11 16:54:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-11 16:54:51 +0000
commit05b0945a5478547ab1135f1f78ef1dc424cc652d (patch)
treee3cf813858ea1d921a5a1f957687188343330b26 /sysutils/adtool
parent43c5a1c7a8930a7d20b912d30b1f3c8fc8ed9b27 (diff)
downloadports-05b0945a5478547ab1135f1f78ef1dc424cc652d.tar.gz
ports-05b0945a5478547ab1135f1f78ef1dc424cc652d.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343772
Diffstat (limited to 'sysutils/adtool')
-rw-r--r--sysutils/adtool/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile
index f57b67b7b626..934abc2c41a6 100644
--- a/sysutils/adtool/Makefile
+++ b/sysutils/adtool/Makefile
@@ -9,19 +9,17 @@ MASTER_SITES= http://gp2x.org/adtool/
MAINTAINER= joseph@randomnetworks.com
COMMENT= Active Directory administration tool
-USE_GMAKE= yes
+USES= gmake
USE_OPENLDAP= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
-MAN1= adtool.1
-
PLIST_FILES= bin/adtool \
- etc/adtool.cfg.dist
+ etc/adtool.cfg.dist \
+ man/man1/adtool.1.gz
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-NO_STAGE= yes
.include <bsd.port.mk>