pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/scribus Add INSTALLATION_DIRS of share/pixmap, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/822b0c8f7d15
branches:  trunk
changeset: 400633:822b0c8f7d15
user:      he <he%pkgsrc.org@localhost>
date:      Sat Oct 24 13:41:05 2009 +0000

description:
Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn't
end up as a file instead of as a directory.  Fixes old-style bulk builds
for subsequent packages which want to install in that directory.

diffstat:

 print/scribus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9e00f11c9f7 -r 822b0c8f7d15 print/scribus/Makefile
--- a/print/scribus/Makefile    Sat Oct 24 13:13:19 2009 +0000
+++ b/print/scribus/Makefile    Sat Oct 24 13:41:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/10/19 11:44:04 joerg Exp $
+# $NetBSD: Makefile,v 1.64 2009/10/24 13:41:05 he Exp $
 
 DISTNAME=              scribus-1.3.3.13
 CATEGORIES=            print
@@ -25,6 +25,8 @@
 # XXX make an option
 CONFIGURE_ARGS+=       --disable-cups
 
+INSTALLATION_DIRS+=    share/pixmaps
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/scribus/icons/scribus.png \
                ${DESTDIR}${PREFIX}/share/pixmaps



Home | Main Index | Thread Index | Old Index