diff options
author | Matt Merhar <mattmerhar@protonmail.com> | 2021-02-15 21:07:05 -0500 |
---|---|---|
committer | Matt Merhar <mattmerhar@protonmail.com> | 2021-02-15 21:36:28 -0500 |
commit | 52668b1e9798719f5e7d956f981f2dd2663b2c09 (patch) | |
tree | 376ec371193cbc7a18d0d060e9f77d09822d6bdd /lang/perl-try-tiny | |
parent | 0dfd76f478fc0dc643f409f5097454e4a2466a10 (diff) |
perl-try-tiny: use relative include of perlmod.mk
The $(TOPDIR) seemed to cause Makefile parsing issues with CI.
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Diffstat (limited to 'lang/perl-try-tiny')
-rw-r--r-- | lang/perl-try-tiny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl-try-tiny/Makefile b/lang/perl-try-tiny/Makefile index e351ff66c..95518ce6b 100644 --- a/lang/perl-try-tiny/Makefile +++ b/lang/perl-try-tiny/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-try-tiny PKG_VERSION:=0.30 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/ PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz @@ -21,7 +21,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk -include $(TOPDIR)/feeds/packages/lang/perl/perlmod.mk +include ../perl/perlmod.mk define Package/perl-try-tiny SUBMENU:=Perl |