svn commit: r491934 - in head/japanese: another-htmllint p5-PDFJ
Tobias Kortkamp
tobik at FreeBSD.org
Sat Feb 2 09:52:35 UTC 2019
Author: tobik
Date: Sat Feb 2 09:52:33 2019
New Revision: 491934
URL: https://svnweb.freebsd.org/changeset/ports/491934
Log:
japanese/*: Use NO_WRKSUBDIR
Modified:
head/japanese/another-htmllint/Makefile
head/japanese/p5-PDFJ/Makefile
Modified: head/japanese/another-htmllint/Makefile
==============================================================================
--- head/japanese/another-htmllint/Makefile Sat Feb 2 09:47:28 2019 (r491933)
+++ head/japanese/another-htmllint/Makefile Sat Feb 2 09:52:33 2019 (r491934)
@@ -21,12 +21,13 @@ RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \
ja-p5-Jcode>=0:japanese/p5-Jcode
USES= dos2unix perl5 shebangfix zip
-WRKSRC= ${WRKDIR}
DOS2UNIX_FILES= readme.txt
SHEBANG_FILES= htmllint.cgi tagslist.cgi
+
+NO_ARCH= yes
+NO_WRKSUBDIR= yes
SUB_FILES= htmllint pkg-message
-SUB_LIST+= PERL=${PERL}
-NO_ARCH= YES
+SUB_LIST= PERL=${PERL}
OPTIONS_DEFINE= W3M
W3M_DESC= Use w3m to show rendering result
Modified: head/japanese/p5-PDFJ/Makefile
==============================================================================
--- head/japanese/p5-PDFJ/Makefile Sat Feb 2 09:47:28 2019 (r491933)
+++ head/japanese/p5-PDFJ/Makefile Sat Feb 2 09:52:33 2019 (r491934)
@@ -11,9 +11,10 @@ COMMENT= PDFJ module provides methods to generate Japa
USES= perl5 shebangfix zip:infozip
USE_PERL5= configure
-WRKSRC= ${WRKDIR}
EXTRACT_BEFORE_ARGS= -qo -a
SHEBANG_FILES= util/xpdfj.pl
+
+NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
More information about the svn-ports-all
mailing list