pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-RT-Extension-ArticleTemplates



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 23 23:34:52 UTC 2020

Modified Files:
        pkgsrc/devel/p5-RT-Extension-ArticleTemplates: Makefile

Log Message:
(devel/p5-RT-Extension-ArticleTemplates) Adjust PERL5_PACKLIST_DIR (by hardcoding, sorry)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/devel/p5-RT-Extension-ArticleTemplates/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-RT-Extension-ArticleTemplates/Makefile
diff -u pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.4 pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.5
--- pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile:1.4  Wed Sep 23 22:08:57 2020
+++ pkgsrc/devel/p5-RT-Extension-ArticleTemplates/Makefile      Wed Sep 23 23:34:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/09/23 22:08:57 mef Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/23 23:34:52 mef Exp $
 
 DISTNAME=      RT-Extension-ArticleTemplates-1.02
 PKGNAME=       p5-${DISTNAME}
@@ -33,7 +33,7 @@ PERL5_API_cmd=        ${TOOLS_CMD.perl} -e 'use
 PERL5_ARCH=    ${PERL5_ARCH_cmd:sh}
 PERL5_ARCH_cmd=        ${TOOLS_CMD.perl} -e 'use Config; print $$Config{archname};'
 
-PERL5_PACKLIST_DIR=    ${PREFIX}/share/rt4/plugins/${PERL5_API}/${PERL5_ARCH}
+PERL5_PACKLIST_DIR=    ${PREFIX}/share/rt4/plugins/RT-Extension-ArticleTemplates
 PERL5_PACKLIST=                auto/RT/Extension/ArticleTemplates/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index