diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-17 22:15:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-17 22:15:35 +0000 |
commit | 2642f6fc7b8832766e16161a5725cff557f3998e (patch) | |
tree | db51f8510069f8d286d35aedbdb0e20b74e2fb98 | |
parent | ebcb5d7f7dbe1cc79b40d10293a2d52188f66361 (diff) | |
download | pkgsrc-2642f6fc7b8832766e16161a5725cff557f3998e.tar.gz |
devel/go-sys: there are no Perl files anymore
-rw-r--r-- | devel/go-sys/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/go-sys/Makefile b/devel/go-sys/Makefile index 7bbb53e6d00..6cdf2fb2a11 100644 --- a/devel/go-sys/Makefile +++ b/devel/go-sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2020/02/03 15:00:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2020/03/17 22:15:35 rillig Exp $ # DISTNAME= go-sys-0.0.20200202 @@ -18,7 +18,6 @@ GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* USE_TOOLS+= bash:run REPLACE_BASH+= plan9/*.sh unix/*.sh windows/*.bash -REPLACE_PERL+= plan9/*.pl unix/*.pl unix/linux/*.pl pre-patch: ${RM} -rf ${WRKSRC}/windows/mkwinsyscall |