pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-DynaLoader-Functions
Module Name: pkgsrc
Committed By: rillig
Date: Tue Jan 16 20:40:27 UTC 2024
Modified Files:
pkgsrc/devel/p5-DynaLoader-Functions: Makefile
Log Message:
devel/p5-DynaLoader-Functions: fix references to stale destdir
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-DynaLoader-Functions/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-DynaLoader-Functions/Makefile
diff -u pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.8 pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.9
--- pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.8 Thu Jul 6 09:39:05 2023
+++ pkgsrc/devel/p5-DynaLoader-Functions/Makefile Tue Jan 16 20:40:27 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2023/07/06 09:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/16 20:40:27 rillig Exp $
DISTNAME= DynaLoader-Functions-0.004
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
@@ -14,5 +14,10 @@ LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
#PERL5_PACKLIST= auto/DynaLoader/Function/.packlist
+SUBST_CLASSES+= destdir
+SUBST_STAGE.destdir= post-install
+SUBST_FILES.destdir= ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORARCH}/auto/DynaLoader/Functions/.packlist
+SUBST_SED.destdir= -e 's|^${DESTDIR}${PREFIX}|${PREFIX}|'
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index