diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-23 20:53:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-23 20:53:27 +0000 |
commit | 904ed02c9441710336d12d9f109e87ecc7a73537 (patch) | |
tree | 2a8ff463e14b007baa8a11263fb296c338331a3f /fonts/xorg-fonts100dpi | |
parent | 0545bdf3de0424511bacff27504129cac8db8799 (diff) | |
download | pkgsrc-904ed02c9441710336d12d9f109e87ecc7a73537.tar.gz |
* There's no need to use a distinfo file for every xorg-fonts*
package anymore, they are using the same distfile.
* Apply patch from Joerg Sonnenberger to fix build/installation on
DragonFlyBSD -current.
This should fix PR pkg/30254 from Joerg.
Diffstat (limited to 'fonts/xorg-fonts100dpi')
-rw-r--r-- | fonts/xorg-fonts100dpi/Makefile | 7 | ||||
-rw-r--r-- | fonts/xorg-fonts100dpi/distinfo | 5 |
2 files changed, 2 insertions, 10 deletions
diff --git a/fonts/xorg-fonts100dpi/Makefile b/fonts/xorg-fonts100dpi/Makefile index d181ccba18c..7950e62bda6 100644 --- a/fonts/xorg-fonts100dpi/Makefile +++ b/fonts/xorg-fonts100dpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/30 20:40:31 hira Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/23 20:53:27 xtraeme Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fonts100dpi-${XORG_VER} @@ -9,14 +9,11 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org 100dpi bitmap fonts -BUILD_DEPENDS= xorg-clients>=${XORG_VER}:../../x11/xorg-clients DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi XINSTALL_DIRS= fonts/bdf/100dpi XEXTRACTS= ${XBUILD_DIRS} fonts/bdf/75dpi/Imakefile.inc -FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files - -.include "../../meta-pkgs/xorg/Makefile.common" +.include "../../fonts/xorg-fontsEncodings/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/xorg-fonts100dpi/distinfo b/fonts/xorg-fonts100dpi/distinfo deleted file mode 100644 index 37199a2536c..00000000000 --- a/fonts/xorg-fonts100dpi/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/03/01 19:00:10 xtraeme Exp $ - -SHA1 (X11R6.8.2-src1.tar.gz) = 23c60680274062a1db17f646a8388149309dc45c -RMD160 (X11R6.8.2-src1.tar.gz) = bb170d7a11416c3d9bd1d23d461ba4cea9b1b2c8 -Size (X11R6.8.2-src1.tar.gz) = 32373802 bytes |