svn commit: r426226 - head/japanese/p5-2chproxy
Hiroki Sato
hrs at FreeBSD.org
Wed Nov 16 08:51:54 UTC 2016
Author: hrs
Date: Wed Nov 16 08:51:53 2016
New Revision: 426226
URL: https://svnweb.freebsd.org/changeset/ports/426226
Log:
Fix wrong lines of SHEBANG_FILES and USE_RC_SUBR.
Spotted by: mat
Modified:
head/japanese/p5-2chproxy/Makefile
Modified: head/japanese/p5-2chproxy/Makefile
==============================================================================
--- head/japanese/p5-2chproxy/Makefile Wed Nov 16 08:50:23 2016 (r426225)
+++ head/japanese/p5-2chproxy/Makefile Wed Nov 16 08:51:53 2016 (r426226)
@@ -17,18 +17,16 @@ RUN_DEPENDS= p5-HTTP-Daemon>0:www/p5-HTT
p5-libwww>0:www/p5-libwww
USES= perl5 shebangfix
-SHEBANG_FILES= ${WRKSRC}/${PORTNAME}.pl
+SHEBANG_FILES= ${PORTNAME}.pl
USE_GITHUB= yes
GH_ACCOUNT= yama-natuki
GH_PROJECT= ${PORTNAME}.pl
+USE_RC_SUBR= twochproxy
NO_BUILD= yes
-RC_SUBR= ${WRKDIR}/twochproxy
-SUB_FILES= ${FILESDIR_REL}/twochproxy
-PLIST_FILES= sbin/${PORTNAME}.pl \
- etc/rc.d/twochproxy
+SUB_FILES= twochproxy
+PLIST_FILES= sbin/${PORTNAME}.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKDIR}/twochproxy ${STAGEDIR}${PREFIX}/etc/rc.d
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list