From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 07:35:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71B03EEC; Wed, 6 Nov 2013 07:35:07 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5ECA02819; Wed, 6 Nov 2013 07:35:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA67Z7dZ061728; Wed, 6 Nov 2013 07:35:07 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA67Z7I5061727; Wed, 6 Nov 2013 07:35:07 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201311060735.rA67Z7I5061727@svn.freebsd.org> From: Colin Percival Date: Wed, 6 Nov 2013 07:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332947 - head/security/pkesh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 07:35:07 -0000 Author: cperciva Date: Wed Nov 6 07:35:06 2013 New Revision: 332947 URL: http://svnweb.freebsd.org/changeset/ports/332947 Log: Spell "yes" correctly. Use PORTDOCS. Merge post-install into do-install. Submitted by: danfe Modified: head/security/pkesh/Makefile Modified: head/security/pkesh/Makefile ============================================================================== --- head/security/pkesh/Makefile Wed Nov 6 06:54:19 2013 (r332946) +++ head/security/pkesh/Makefile Wed Nov 6 07:35:06 2013 (r332947) @@ -11,17 +11,14 @@ COMMENT= Public Key Encryption SHell scr LICENSE= BSD -NO_BUILD= YES -NO_INSTALL= YES +NO_BUILD= yes +NO_INSTALL= yes -PLIST_FILES= bin/pkesh \ - %%PORTDOCS%%%%DOCSDIR%%/README -PLIST_DIRS= %%DOCSDIR%% +PLIST_FILES= bin/pkesh +PORTDOCS= README do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkesh.sh ${STAGEDIR}${PREFIX}/bin/pkesh - -post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}