diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-06-02 07:05:07 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-06-02 07:05:07 +0000 |
commit | faa7ba165ada708c411216f86b0775c8cc88e6b2 (patch) | |
tree | cd4813089cddce90dcd690d505a4a32871f85fb7 | |
parent | - mark BROKEN on amd64 (diff) |
games/q3server installes under ${LINUXBASE}, not ${OCALBASE}.
Maintainer timeout.
-rw-r--r-- | games/q3-paks/Makefile | 2 | ||||
-rw-r--r-- | games/quake3-data/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/q3-paks/Makefile b/games/q3-paks/Makefile index 1613dc415dd0..c94bff915f85 100644 --- a/games/q3-paks/Makefile +++ b/games/q3-paks/Makefile @@ -18,7 +18,7 @@ COMMENT= Quake 3 for Linux .pk3 files # Make this a BUILD_ rather than a RUN_DEPEND so that it can create the # directory hierarchy for us. -RUN_DEPENDS= ${LOCALBASE}/usr/games/quake3/q3ded:${PORTSDIR}/games/q3server +RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${PORTSDIR}/games/q3server PLIST_FILES= usr/games/quake3/baseq3/pak0.pk3 ONLY_FOR_ARCHS= i386 diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile index 1613dc415dd0..c94bff915f85 100644 --- a/games/quake3-data/Makefile +++ b/games/quake3-data/Makefile @@ -18,7 +18,7 @@ COMMENT= Quake 3 for Linux .pk3 files # Make this a BUILD_ rather than a RUN_DEPEND so that it can create the # directory hierarchy for us. -RUN_DEPENDS= ${LOCALBASE}/usr/games/quake3/q3ded:${PORTSDIR}/games/q3server +RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${PORTSDIR}/games/q3server PLIST_FILES= usr/games/quake3/baseq3/pak0.pk3 ONLY_FOR_ARCHS= i386 |