1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/rboot/files/patch-aa
Steve Price aff9e20645 Moving the rboot port from misc to net. RBoot is a remote boot facility
for PC operating systems.  It allows you to setup several PCs so that
they fetch their operating systems from a central UNIX server.
1999-12-10 15:15:23 +00:00

14 lines
311 B
Plaintext

*** Makefile.orig Sun Oct 10 14:30:03 1999
--- Makefile Sun Oct 10 14:26:58 1999
***************
*** 1,4 ****
! INSTALL_PREFIX=/exports/rboot
! MANDIR=/usr/local/man
SUBDIRS= boot dev etc mnt stand
--- 1,4 ----
! INSTALL_PREFIX=$(PREFIX)/rboot
! MANDIR=$(PREFIX)/man
SUBDIRS= boot dev etc mnt stand