Date: Fri, 27 Dec 2013 09:15:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337659 - head/shells/shell-include Message-ID: <201312270915.rBR9F3T1048450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312270915.rBR9F3T1048450>