diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-13 11:45:52 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-13 11:45:52 +0000 |
| commit | 00df116a7d653c8599b1ae8741e2796e4eb54145 (patch) | |
| tree | d5e604b095817af85b7065d889c003d00ef92e13 /net/rboot/files/patch-aa | |
| parent | Add missing @dirrm (diff) | |
Unbreak by patching chown user.group into chown user:group
Informed maintainer.
Noticed by: kris@
Notes
Notes:
svn path=/head/; revision=106901
Diffstat (limited to 'net/rboot/files/patch-aa')
| -rw-r--r-- | net/rboot/files/patch-aa | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/net/rboot/files/patch-aa b/net/rboot/files/patch-aa index 33fcc1e783b9..6f50c89756f6 100644 --- a/net/rboot/files/patch-aa +++ b/net/rboot/files/patch-aa @@ -1,13 +1,10 @@ -*** 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 - +--- 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: |
