diff options
author | Adam David <adam@FreeBSD.org> | 1995-05-05 20:10:54 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1995-05-05 20:10:54 +0000 |
commit | a43672c90f755d181a00f05e2b9d533df8996b8c (patch) | |
tree | 34589cc30722ec73b9c3e379f35f2b6152e97267 /www/gn/files | |
parent | update (diff) |
fixed install
Notes
Notes:
svn path=/head/; revision=1626
Diffstat (limited to 'www/gn/files')
-rw-r--r-- | www/gn/files/patch-aa | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/www/gn/files/patch-aa b/www/gn/files/patch-aa index 530d506903c7..d52cfa7dbd7c 100644 --- a/www/gn/files/patch-aa +++ b/www/gn/files/patch-aa @@ -1,5 +1,26 @@ -*** Makefile.org Mon Jul 18 10:27:03 1994 ---- Makefile Fri Sep 16 19:45:13 1994 +*** Makefile.old Fri May 5 08:34:10 1995 +--- Makefile Fri May 5 08:40:46 1995 +*************** +*** 7,15 **** + # + # Where to put the programs + # +! SERVBINDIR = ../bin + BINDIR = ../bin +! LIBDIR = ../lib + + # + # Compiler Flags (-I.. *MUST* be included) +--- 7,15 ---- + # + # Where to put the programs + # +! SERVBINDIR = ../libexec + BINDIR = ../bin +! LIBDIR = ../etc + + # + # Compiler Flags (-I.. *MUST* be included) *************** *** 43,49 **** |