pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/p5-PostScript
Module Name: pkgsrc
Committed By: rillig
Date: Tue Jan 16 22:55:36 UTC 2024
Modified Files:
pkgsrc/print/p5-PostScript: Makefile
Log Message:
print/p5-PostScript: fix references to stale destdir, bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/p5-PostScript/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/p5-PostScript/Makefile
diff -u pkgsrc/print/p5-PostScript/Makefile:1.12 pkgsrc/print/p5-PostScript/Makefile:1.13
--- pkgsrc/print/p5-PostScript/Makefile:1.12 Thu Jul 6 09:41:17 2023
+++ pkgsrc/print/p5-PostScript/Makefile Tue Jan 16 22:55:36 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2023/07/06 09:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/16 22:55:36 rillig Exp $
DISTNAME= PostScript-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/}
@@ -11,5 +11,10 @@ HOMEPAGE= https://metacpan.org/release/P
COMMENT= Produce PostScript files from Perl
LICENSE= ${PERL5_LICENSE}
+SUBST_CLASSES+= destdir
+SUBST_STAGE.destdir= post-install
+SUBST_FILES.destdir= ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORARCH}/auto/PostScript/Metrics/.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