pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts Fix more OWN_DIRS abuse.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc47c94f8290
branches:  trunk
changeset: 594137:cc47c94f8290
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 20 11:32:11 2011 +0000

description:
Fix more OWN_DIRS abuse.

diffstat:

 fonts/tamsyn-font/Makefile |  3 +--
 fonts/thaixfonts/Makefile  |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 4e37246d8db1 -r cc47c94f8290 fonts/tamsyn-font/Makefile
--- a/fonts/tamsyn-font/Makefile        Thu Oct 20 11:30:10 2011 +0000
+++ b/fonts/tamsyn-font/Makefile        Thu Oct 20 11:32:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/02/16 17:46:17 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/20 11:32:11 wiz Exp $
 #
 
 DISTNAME=      tamsyn-font-1.6
@@ -15,7 +15,6 @@
 
 FONTDIR=               ${PREFIX}/lib/X11/fonts/tamsyn-font
 FONTS_DIRS.x11+=       ${FONTDIR}
-OWN_DIRS=              ${FONTDIR}
 
 INSTALLATION_DIRS=     ${FONTDIR} share/doc/tamsyn-font
 
diff -r 4e37246d8db1 -r cc47c94f8290 fonts/thaixfonts/Makefile
--- a/fonts/thaixfonts/Makefile Thu Oct 20 11:30:10 2011 +0000
+++ b/fonts/thaixfonts/Makefile Thu Oct 20 11:32:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/08/05 13:13:32 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/20 11:32:11 wiz Exp $
 #
 
 DISTNAME=      thaixfonts-1.2.5
@@ -18,7 +18,7 @@
 
 FONTDIR=               ${PREFIX}/lib/X11/fonts/thaixfonts
 FONTS_DIRS.x11+=       ${FONTDIR}
-OWN_DIRS=              ${FONTDIR}
+INSTALLATION_DIRS=             ${FONTDIR}
 
 post-install:
        cp -p ${DESTDIR}${FONTDIR}/thai.alias ${DESTDIR}${FONTDIR}/fonts.alias



Home | Main Index | Thread Index | Old Index