pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Fix DIST_SUBDIR to avoid unnecessary ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb02d0f43320
branches:  trunk
changeset: 366540:eb02d0f43320
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Aug 15 11:42:26 2017 +0000

description:
Fix DIST_SUBDIR to avoid unnecessary distfiles fetch

diffstat:

 misc/libreoffice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d560ad8d2bc -r eb02d0f43320 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Tue Aug 15 11:40:23 2017 +0000
+++ b/misc/libreoffice/Makefile Tue Aug 15 11:42:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2017/08/15 11:19:56 nros Exp $
+# $NetBSD: Makefile,v 1.119 2017/08/15 11:42:26 ryoon Exp $
 
 VERREL=                5.4.0
 VERRC=         3
@@ -40,7 +40,7 @@
 
 NOT_PAX_MPROTECT_SAFE+=        ${PKGNAME_NOREV}/lib/libreoffice/program/soffice.bin
 
-DIST_SUBDIR=   libreoffice/${PKGNAME}
+DIST_SUBDIR=   libreoffice/libreoffice-5.4.0.3nb1
 
 LO_BOOTSTRAP=  ${DISTNAME}
 LO_COMPONENTS= dictionaries help translations



Home | Main Index | Thread Index | Old Index