mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
10 lines
254 B
Text
10 lines
254 B
Text
--- Makefile.orig Sun Oct 10 22:53:12 1999
|
|
+++ Makefile Tue Apr 13 21:41:22 2004
|
|
@@ -1,5 +1,5 @@
|
|
-INSTALL_PREFIX=/exports/rboot
|
|
-MANDIR=/usr/local/man
|
|
+INSTALL_PREFIX=$(PREFIX)/rboot
|
|
+MANDIR=$(PREFIX)/man
|
|
SUBDIRS= boot dev etc mnt stand
|
|
|
|
all clean:
|