diff options
author | lesi <lesi@FreeBSD.org> | 2006-01-06 01:08:07 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2006-01-06 01:08:07 +0800 |
commit | 48c5afe3f80b03377045e6deaeed3508d28e07ce (patch) | |
tree | 1316d3c0c787c8b88afebd2ffa969548d9b3e8c0 /x11-fonts/xfs | |
parent | da7edb3a5589ee1cb0ea7fbccbcf07d7f6ad3f3c (diff) | |
download | freebsd-ports-gnome-48c5afe3f80b03377045e6deaeed3508d28e07ce.tar.gz freebsd-ports-gnome-48c5afe3f80b03377045e6deaeed3508d28e07ce.tar.zst freebsd-ports-gnome-48c5afe3f80b03377045e6deaeed3508d28e07ce.zip |
Make rc script require ldconfig so font server starts properly on systems
that already include local/X11R6 scripts in rcorder.
PR: ports/91279
Submitted by: Victor Snezhko (snezhko at indorsoft dot ru)
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/xfs/files/xfs.sh | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 33278628f714..9fa395eb2d84 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-fontserver PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src diff --git a/x11-fonts/xfs/files/xfs.sh b/x11-fonts/xfs/files/xfs.sh index 815dfae47190..d0a3cad8915f 100644 --- a/x11-fonts/xfs/files/xfs.sh +++ b/x11-fonts/xfs/files/xfs.sh @@ -1,10 +1,10 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/x11-fonts/xfs/files/Attic/xfs.sh,v 1.1 2005-01-23 19:50:40 lesi Exp $ +# $FreeBSD: /tmp/pcvs/ports/x11-fonts/xfs/files/Attic/xfs.sh,v 1.2 2006-01-05 17:08:06 lesi Exp $ # # PROVIDE: xfs -# REQUIRE: cleartmp +# REQUIRE: cleartmp ldconfig # BEFORE: LOGIN # KEYWORD: FreeBSD |