mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8ae5d2d4f9
- Respect CC and PREFIX. - Add a knob to build a static binary. (which is useful to put on a fixit floppy etc.) Approved by: Andrew Stevenson <andrew@ugh.net.au> (MAINTAINER)
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
--- inst.defs.orig Sun May 14 21:04:24 2000
|
|
+++ inst.defs Sat Sep 16 17:41:38 2000
|
|
@@ -1,8 +1,8 @@
|
|
#
|
|
# installation directories for gpart
|
|
#
|
|
-prefix=/usr/local
|
|
-bindir=$(prefix)/bin
|
|
+prefix=$(PREFIX)
|
|
+bindir=$(prefix)/sbin
|
|
libdir=$(prefix)/lib
|
|
mandir=$(prefix)/man
|
|
manext=8
|