diff options
author | joerg <joerg> | 2006-04-12 21:53:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-12 21:53:58 +0000 |
commit | 6673e76e6731b98724b569734f641ee26a175401 (patch) | |
tree | af1343c1c5e7bb443f04ceecc90c1ae2a14089af /fonts | |
parent | 8a93334599f2d731e4b5e81a4c5657376fa7a858 (diff) | |
download | pkgsrc-6673e76e6731b98724b569734f641ee26a175401.tar.gz |
Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/xorg-fontserver/Makefile | 6 | ||||
-rw-r--r-- | fonts/xorg-fontserver/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/fonts/xorg-fontserver/Makefile b/fonts/xorg-fontserver/Makefile index 6bdce1e0be7..ee40db73dca 100644 --- a/fonts/xorg-fontserver/Makefile +++ b/fonts/xorg-fontserver/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/02/12 15:29:18 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/12 21:53:58 joerg Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-fontserver-${XORG_VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \ @@ -12,6 +12,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org font server +USE_TOOLS+= imake + DISTINFO_FILE= ${.CURDIR}/../../x11/xorg-libs/distinfo PATCHDIR= ${.CURDIR}/../../x11/xorg-libs/patches diff --git a/fonts/xorg-fontserver/PLIST b/fonts/xorg-fontserver/PLIST index 7ee2ef2bfd0..a8b6f9484c5 100644 --- a/fonts/xorg-fontserver/PLIST +++ b/fonts/xorg-fontserver/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/29 05:00:46 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/12 21:53:58 joerg Exp $ ${X11ROOT_PREFIX}/bin/xfs ${X11ROOT_PREFIX}/lib/X11/fs/config ${X11ROOT_PREFIX}/${MAN_DIR}/xfs.${MAN_SUFFIX} +@dirrm ${X11ROOT_PREFIX}/lib/X11/fs |