diff options
author | reed <reed> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed> | 2005-05-02 20:33:57 +0000 |
commit | 66cf96229c2ec9f58d9c3066ad61438fe943c69e (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /games/quake3server | |
parent | 66641d321138fb93e8d6cc8c2278184e3affa151 (diff) | |
download | pkgsrc-66cf96229c2ec9f58d9c3066ad61438fe943c69e.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'games/quake3server')
-rw-r--r-- | games/quake3server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake3server/PLIST b/games/quake3server/PLIST index 5b1f45a3ad2..43c111e4f31 100644 --- a/games/quake3server/PLIST +++ b/games/quake3server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/04/23 22:07:53 reed Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:33:59 reed Exp $ lib/lokigames/quake3server/baseq3/pak1.pk3 lib/lokigames/quake3server/baseq3/pak2.pk3 lib/lokigames/quake3server/baseq3/pak3.pk3 @@ -85,6 +85,7 @@ share/doc/lokigames/quake3server/pb/htm/wa001293.htm share/doc/lokigames/quake3server/pb/htm/wc000993.htm share/doc/lokigames/quake3server/pb/htm/ws000993.htm share/doc/lokigames/quake3server/quake3.xpm +share/examples/rc.d/quake3server @dirrm share/doc/lokigames/quake3server/pb/htm @dirrm share/doc/lokigames/quake3server/pb @dirrm share/doc/lokigames/quake3server/Docs/PunkBuster/players |