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 | 2f607065eafb420079a70dcad278b8c66eb2c6e1 (patch) | |
tree | 2a8ff463e14b007baa8a11263fb296c338331a3f /fonts/xorg-fontsMisc/Makefile | |
parent | 0f5bf5aab1fa215fa2bcce39b8cd97f41f6df10a (diff) | |
download | pkgsrc-2f607065eafb420079a70dcad278b8c66eb2c6e1.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-fontsMisc/Makefile')
-rw-r--r-- | fonts/xorg-fontsMisc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fonts/xorg-fontsMisc/Makefile b/fonts/xorg-fontsMisc/Makefile index 12f5347e01d..722fa237f9c 100644 --- a/fonts/xorg-fontsMisc/Makefile +++ b/fonts/xorg-fontsMisc/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:28 xtraeme Exp $ DISTNAME= X11R${XORG_VER}-src1 PKGNAME= xorg-fontsMisc-${XORG_VER} @@ -9,14 +9,11 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org miscellaneous 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/misc XINSTALL_DIRS= fonts/bdf/misc XEXTRACTS= ${XBUILD_DIRS} extras/fonts -FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files - -.include "../../meta-pkgs/xorg/Makefile.common" +.include "../../fonts/xorg-fontsEncodings/Makefile.common" .include "../../mk/bsd.pkg.mk" |