pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-Clipboard adding destdir support and license of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfa096356a70
branches:  trunk
changeset: 395170:bfa096356a70
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 17:19:37 2009 +0000

description:
adding destdir support and license of perl itself (META.yml)

diffstat:

 x11/p5-Clipboard/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 74f16af35f09 -r bfa096356a70 x11/p5-Clipboard/Makefile
--- a/x11/p5-Clipboard/Makefile Tue Jul 07 17:17:51 2009 +0000
+++ b/x11/p5-Clipboard/Makefile Tue Jul 07 17:19:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/17 13:04:21 seb Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/07 17:19:37 sno Exp $
 #
 
 DISTNAME=      Clipboard-0.09
@@ -10,6 +10,10 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Clipboard/
 COMMENT=       Copy and paste with any OS
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
@@ -19,8 +23,6 @@
 DEPENDS+=      p5-Spiffy-[0-9]*:../../devel/p5-Spiffy
 DEPENDS+=      xclip-[0-9]*:../../x11/xclip
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
 PERL5_PACKLIST=                auto/Clipboard/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index