diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 04:12:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 04:12:03 +0000 |
commit | 58a7add65cc717ced042e5b7f414be5b34b67a5a (patch) | |
tree | 9967d954ceb50685435861d35aec3ca32b63e684 /security/cops/files | |
parent | 68b9edf759721060c436fa30c134636a1cd6fca7 (diff) | |
download | freebsd-ports-58a7add65cc717ced042e5b7f414be5b34b67a5a.zip |
1. Correct MASTER_SITES.
2. Sort pkg/PLIST.
Diffstat (limited to 'security/cops/files')
-rw-r--r-- | security/cops/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cops/files/patch-ab b/security/cops/files/patch-ab new file mode 100644 index 000000000000..f8085d545af0 --- /dev/null +++ b/security/cops/files/patch-ab @@ -0,0 +1,11 @@ +--- makefile.orig Wed Jun 3 22:17:30 1998 ++++ makefile Wed Jun 3 22:17:35 1998 +@@ -20,7 +20,7 @@ + SUPPORT = is_able.lst suid.stop crc_list + + # +-CFLAGS = -O ++#CFLAGS = -O + # sequents need "-lseq" as well... uncomment this if you're running on one: + # SEQFLAGS = -lseq + |