diff options
author | wiz <wiz> | 2011-10-20 11:32:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-10-20 11:32:11 +0000 |
commit | a16c3e98c9b285297e56859581a643727e84fcef (patch) | |
tree | 5f280bd10e25188fa52c553e302194590e1206c2 /fonts | |
parent | 4deec187550c89d0d56d404abde0f5224247fec8 (diff) | |
download | pkgsrc-a16c3e98c9b285297e56859581a643727e84fcef.tar.gz |
Fix more OWN_DIRS abuse.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tamsyn-font/Makefile | 3 | ||||
-rw-r--r-- | fonts/thaixfonts/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/fonts/tamsyn-font/Makefile b/fonts/tamsyn-font/Makefile index 75e81eac3aa..4ab7da0cc52 100644 --- a/fonts/tamsyn-font/Makefile +++ b/fonts/tamsyn-font/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir FONTDIR= ${PREFIX}/lib/X11/fonts/tamsyn-font FONTS_DIRS.x11+= ${FONTDIR} -OWN_DIRS= ${FONTDIR} INSTALLATION_DIRS= ${FONTDIR} share/doc/tamsyn-font diff --git a/fonts/thaixfonts/Makefile b/fonts/thaixfonts/Makefile index fdeeb32c391..b17225712b3 100644 --- a/fonts/thaixfonts/Makefile +++ b/fonts/thaixfonts/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-fontdir=${FONTDIR} 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 |