Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 16:54:52 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343772 - head/sysutils/adtool
Message-ID:  <201402111654.s1BGsqvd084726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 11 16:54:51 2014
New Revision: 343772
URL: http://svnweb.freebsd.org/changeset/ports/343772
QAT: https://qat.redports.org/buildarchive/r343772/

Log:
  - Stage support

Modified:
  head/sysutils/adtool/Makefile

Modified: head/sysutils/adtool/Makefile
==============================================================================
--- head/sysutils/adtool/Makefile	Tue Feb 11 16:51:36 2014	(r343771)
+++ head/sysutils/adtool/Makefile	Tue Feb 11 16:54:51 2014	(r343772)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111654.s1BGsqvd084726>