pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-constant-def
Module Name: pkgsrc
Committed By: rillig
Date: Tue Jan 16 20:43:04 UTC 2024
Modified Files:
pkgsrc/devel/p5-constant-def: Makefile
Log Message:
devel/p5-constant-def: remove references to stale destdir
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-constant-def/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-constant-def/Makefile
diff -u pkgsrc/devel/p5-constant-def/Makefile:1.17 pkgsrc/devel/p5-constant-def/Makefile:1.18
--- pkgsrc/devel/p5-constant-def/Makefile:1.17 Thu Jul 6 09:40:27 2023
+++ pkgsrc/devel/p5-constant-def/Makefile Tue Jan 16 20:43:04 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2023/07/06 09:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/01/16 20:43:04 rillig Exp $
#
DISTNAME= constant-def-0.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MO/MONS/}
@@ -17,5 +17,10 @@ DEPENDS+= p5-ex-lib>=0.03:../../devel/p5
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+SUBST_CLASSES+= destdir
+SUBST_STAGE.destdir= post-install
+SUBST_FILES.destdir= ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORARCH}/auto/constant/def/.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