diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-17 06:09:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-17 06:09:06 +0000 |
commit | cfbb2c6d3ceba3ad4caba08aa23613454b2671db (patch) | |
tree | 84f1e5cc3577ae04389e41cdfda2e3af36fb9297 /emulators/linux_base | |
parent | bfc6eeb30a99f42041999998ab6baa0e8d779059 (diff) | |
download | FreeBSD-ports-cfbb2c6d3ceba3ad4caba08aa23613454b2671db.zip FreeBSD-ports-cfbb2c6d3ceba3ad4caba08aa23613454b2671db.tar.gz |
Change PREFIX to /usr/compat/linux as the compat bits are really intended
to live in /usr rather than /.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 8a29232..62ce5f4 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= rpm:${PORTSDIR}/misc/rpm ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm -PREFIX= /compat/linux +PREFIX= /usr/compat/linux EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes |