svn commit: r426204 - in head/japanese: . navi2ch navi2ch/files p5-2chproxy p5-2chproxy/files

Mathieu Arnold mat at FreeBSD.org
Wed Nov 16 07:09:36 UTC 2016


Le 16/11/2016 à 01:43, Hiroki Sato a écrit :
> +SHEBANG_FILES=	${WRKSRC}/${PORTNAME}.pl

SHEBANG_FILES is relative to WRKSRC, so this should be:

SHEBANG_FILES=	${PORTNAME}.pl


> +RC_SUBR=	${WRKDIR}/twochproxy
> +SUB_FILES=	${FILESDIR_REL}/twochproxy
>
> +	${INSTALL_SCRIPT} ${WRKDIR}/twochproxy ${STAGEDIR}${PREFIX}/etc/rc.d

There is no such thing as "RC_SUBR". All of this can be written as:

USE_RC_SUBR=    twochproxy

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20161116/d9a22ea4/attachment.sig>


More information about the svn-ports-head mailing list