From owner-svn-ports-all@FreeBSD.ORG Fri Dec 27 09:15:03 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id D2DED264; Fri, 27 Dec 2013 09:15:03 +0000 (UTC) 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 BEF111F0F; Fri, 27 Dec 2013 09:15:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBR9F3TN048452; Fri, 27 Dec 2013 09:15:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBR9F3T1048450; Fri, 27 Dec 2013 09:15:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312270915.rBR9F3T1048450@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 27 Dec 2013 09:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337659 - head/shells/shell-include 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.17 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: Fri, 27 Dec 2013 09:15:03 -0000 Author: bapt Date: Fri Dec 27 09:15:03 2013 New Revision: 337659 URL: http://svnweb.freebsd.org/changeset/ports/337659 Log: Support stage General cleanup Modified: head/shells/shell-include/Makefile head/shells/shell-include/pkg-plist Modified: head/shells/shell-include/Makefile ============================================================================== --- head/shells/shell-include/Makefile Fri Dec 27 09:09:19 2013 (r337658) +++ head/shells/shell-include/Makefile Fri Dec 27 09:15:03 2013 (r337659) @@ -8,28 +8,16 @@ MASTER_SITES= http://vvelox.net/src/shel EXTRACT_SUFX= .tgz MAINTAINER= vvelox@vvelox.net -COMMENT= A include system for shell scripts +COMMENT= Include system for shell scripts USES= perl5 -MAN3= random::shortIntRandom.3 \ - random.3 \ - fileGetLine.3 - -MAN7= shell-include.7 - WRKSRC= ${WRKDIR}/${DISTNAME} -#nothing to configure -NO_STAGE= yes -do-configure: - @${ECHO} -n - -#nothing to build -do-build: - @${ECHO} -n +NO_CONFIGURE= yes +NO_BUILD= yes do-install: - @${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX} + cd ${WRKSRC}/ ; ${SH} ${WRKSRC}/install ${STAGEDIR}${PREFIX} .include Modified: head/shells/shell-include/pkg-plist ============================================================================== --- head/shells/shell-include/pkg-plist Fri Dec 27 09:09:19 2013 (r337658) +++ head/shells/shell-include/pkg-plist Fri Dec 27 09:15:03 2013 (r337659) @@ -2,8 +2,12 @@ bin/sh-include bin/bash-include libexec/shell-include/sh/random libexec/shell-include/sh/fileGetLine -@dirrm libexec/shell-include/sh libexec/shell-include/bash/random libexec/shell-include/bash/fileGetLine +man/man3/fileGetLine.3.gz +man/man3/random.3.gz +man/man3/random::shortIntRandom.3.gz +man/man7/shell-include.7.gz +@dirrm libexec/shell-include/sh @dirrm libexec/shell-include/bash @dirrm libexec/shell-include