ports/net/rboot/files/patch-aa
Edwin Groothuis 00df116a7d Unbreak by patching chown user.group into chown user:group
Informed maintainer.
Noticed by: kris@
2004-04-13 11:45:52 +00:00

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: