diff options
author | lofi <lofi@FreeBSD.org> | 2004-09-01 22:04:17 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-09-01 22:04:17 +0800 |
commit | cc27914c1b5bb8d8c018470d49315b2fe01a0a00 (patch) | |
tree | f772476ff1e20452aa93e60426b8d6f52b8bc4d7 /x11/kdebase4/pkg-install | |
parent | 16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47 (diff) | |
download | freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.tar.gz freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.tar.zst freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.zip |
The rc-script was botched, correct that and bump PORTREVISION.
Diffstat (limited to 'x11/kdebase4/pkg-install')
-rw-r--r-- | x11/kdebase4/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4/pkg-install b/x11/kdebase4/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kdebase4/pkg-install +++ b/x11/kdebase4/pkg-install @@ -7,7 +7,7 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -kdmrcscript=%%PREFIX%%/etc/rc.d/kdm.sh +kdmrcscript=%%PREFIX%%/etc/rc.d/genkdmconf.sh if [ -f $kdmrcscript ]; then sh -c "$kdmrcscript" |