Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 09:52:34 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491934 - in head/japanese: another-htmllint p5-PDFJ
Message-ID:  <201902020952.x129qYgd000282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902020952.x129qYgd000282>