diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-03-08 14:38:43 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-03-08 14:38:43 +0000 |
commit | 100b2507d9840479acea0e864efa527d71daf1d9 (patch) | |
tree | 3c01cdbb8672131f06a6287f80692c5368559ee4 /security/krb5-beta/files/patch-av | |
parent | Substitute .cxx files too in the nas-patch. Also add a missing backslash, (diff) |
Removing krb5-beta port. Krb5-beta is a "test" port to allow FreeBSD users
the opportunity to use/test the upcoming krb5 before it is released.
Krb5-1.2.4 was released over a week ago superceeding this port. This port
will be resurrected when a new krb5-beta becomes available.
Diffstat (limited to 'security/krb5-beta/files/patch-av')
-rw-r--r-- | security/krb5-beta/files/patch-av | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/security/krb5-beta/files/patch-av b/security/krb5-beta/files/patch-av deleted file mode 100644 index 8363b8bb1e2d..000000000000 --- a/security/krb5-beta/files/patch-av +++ /dev/null @@ -1,15 +0,0 @@ -*** clients/ksu/Makefile.in.ORIG Sun Aug 2 16:51:18 1998 ---- clients/ksu/Makefile.in Sun Aug 2 16:53:48 1998 -*************** -*** 3,7 **** - mydir=ksu - BUILDTOP=$(REL)$(U)$(S)$(U) -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - ---- 3,7 ---- - mydir=ksu - BUILDTOP=$(REL)$(U)$(S)$(U) -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' - CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) - |