pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-File-Binary



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  2 11:45:35 UTC 2019

Modified Files:
        pkgsrc/devel/p5-File-Binary: Makefile
Removed Files:
        pkgsrc/devel/p5-File-Binary: PLIST

Log Message:
p5-File-Binary: remove PLIST since PERL5_PACKLIST is used; added perl5 to CATEGORIES


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-File-Binary/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/p5-File-Binary/PLIST

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-File-Binary/Makefile
diff -u pkgsrc/devel/p5-File-Binary/Makefile:1.12 pkgsrc/devel/p5-File-Binary/Makefile:1.13
--- pkgsrc/devel/p5-File-Binary/Makefile:1.12   Sun Aug 11 13:19:25 2019
+++ pkgsrc/devel/p5-File-Binary/Makefile        Mon Sep  2 11:45:35 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 13:19:25 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/09/02 11:45:35 adam Exp $
 
 DISTNAME=      File-Binary-1.7
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   8
-CATEGORIES=    devel
+CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -18,7 +18,7 @@ PERL5_PACKLIST=       auto/File/Binary/.packli
 USE_LANGUAGES= # none
 
 post-install:
-               ${CHMOD} -x ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/File/Binary.pm
+       ${CHMOD} -x ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/File/Binary.pm
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index