diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 13:37:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 13:37:08 +0000 |
commit | c2b266ee3b98fd7f28b8c01d836c17856ed51dc0 (patch) | |
tree | c9ca0c0ecd3c001ea07479478bfeb1d5ca21ef97 /fonts/font-bitstream-100dpi/Makefile | |
parent | 789e0533861db7406c833f8360988e9593bb0934 (diff) | |
download | pkgsrc-c2b266ee3b98fd7f28b8c01d836c17856ed51dc0.tar.gz |
Reimport to revert overwrite with 75dpi version.
Diffstat (limited to 'fonts/font-bitstream-100dpi/Makefile')
-rw-r--r-- | fonts/font-bitstream-100dpi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fonts/font-bitstream-100dpi/Makefile b/fonts/font-bitstream-100dpi/Makefile index 7119ad6ad82..3aeec1872cf 100644 --- a/fonts/font-bitstream-100dpi/Makefile +++ b/fonts/font-bitstream-100dpi/Makefile @@ -1,26 +1,26 @@ -# $NetBSD: Makefile,v 1.1.1.2 2006/11/15 13:35:28 joerg Exp $ +# $NetBSD: Makefile,v 1.1.1.3 2006/11/15 13:37:08 joerg Exp $ # -DISTNAME= font-bitstream-75dpi-1.0.0 +DISTNAME= font-bitstream-100dpi-1.0.0 CATEGORIES= fonts MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ -COMMENT= Standard 75dpi Bitstream PCF fonts +COMMENT= Standard 100dpi Bitstream PCF fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config bdftopcf ucs2any -FONTS_DIRS.x11= lib/X11/fonts/75dpi +FONTS_DIRS.x11= lib/X11/fonts/100dpi -INSTALLATION_DIRS= share/doc/font-bitstream-75dpi +INSTALLATION_DIRS= share/doc/font-bitstream-100dpi post-install: - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bitstream-75dpi + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bitstream-100dpi .include "../../fonts/font-util/buildlink3.mk" |