freebsd-ports/sysutils/gpart/files/patch-aa
Akinori MUSHA 8ae5d2d4f9 - Update to 0.1g.
- 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)
2000-09-16 09:15:16 +00:00

13 lines
279 B
Text

--- 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