pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Publican



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Jan 18 22:13:46 UTC 2024

Modified Files:
        pkgsrc/textproc/p5-Publican: Makefile

Log Message:
textproc/p5-Publican: fix destdir references in .packlist

The .packlist file that is installed as part of this package is
completely wrong, as it lists files in '/etc' and '/usr/share' that are
not part of this package.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-Publican/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Publican/Makefile
diff -u pkgsrc/textproc/p5-Publican/Makefile:1.12 pkgsrc/textproc/p5-Publican/Makefile:1.13
--- pkgsrc/textproc/p5-Publican/Makefile:1.12   Thu Jul  6 09:41:45 2023
+++ pkgsrc/textproc/p5-Publican/Makefile        Thu Jan 18 22:13:46 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2023/07/06 09:41:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/18 22:13:46 rillig Exp $
 
 DISTNAME=      Publican-v4.3.1
 PKGNAME=       p5-${DISTNAME:S/v//1}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    textproc
 #MASTER_SITES= https://fedorahosted.org/releases/p/u/publican/
 
@@ -52,5 +52,10 @@ DEPENDS+=    p5-Locale-Maketext-Lexicon-[0-
 PERL5_MODULE_TYPE=     Module::Build
 USE_LANGUAGES=         # none
 
+SUBST_CLASSES+=                destdir
+SUBST_STAGE.destdir=   post-install
+SUBST_FILES.destdir=   ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORARCH}/auto/Publican/.packlist
+SUBST_SED.destdir=     -e 's|^${DESTDIR}||'
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index