svn commit: r343772 - head/sysutils/adtool

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 16:54:52 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list