From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 15:36:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC778872; Sat, 20 Oct 2012 15:36:47 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 439308FC08; Sat, 20 Oct 2012 15:36:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KFal5d056776; Sat, 20 Oct 2012 15:36:47 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KFaliI056774; Sat, 20 Oct 2012 15:36:47 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210201536.q9KFaliI056774@svn.freebsd.org> From: Eitan Adler Date: Sat, 20 Oct 2012 15:36:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306193 - head/dns/adns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 15:36:47 -0000 Author: eadler Date: Sat Oct 20 15:36:46 2012 New Revision: 306193 URL: http://svn.freebsd.org/changeset/ports/306193 Log: Convert to OptionsNG Feature safe: yes Modified: head/dns/adns/Makefile Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Sat Oct 20 15:34:05 2012 (r306192) +++ head/dns/adns/Makefile Sat Oct 20 15:36:46 2012 (r306193) @@ -20,9 +20,11 @@ PLIST_SUB+= LIBVERSION="${LIBVERSION}" DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog +.include + post-install: ${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif