diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-03-25 06:43:37 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-03-25 06:43:37 +0000 |
commit | 5832e3c6bf466590ba8fff3313d550d198c23c20 (patch) | |
tree | 6c349c8ec301f119c2c571d4d4d07d01e60f6a8f /security/skipfish/files | |
parent | d5bf4584cfc667739a639927a53ae0c59106d514 (diff) | |
download | ports-5832e3c6bf466590ba8fff3313d550d198c23c20.tar.gz ports-5832e3c6bf466590ba8fff3313d550d198c23c20.zip |
Notes
Diffstat (limited to 'security/skipfish/files')
-rw-r--r-- | security/skipfish/files/patch-aa | 15 | ||||
-rw-r--r-- | security/skipfish/files/pkg-message.in | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/security/skipfish/files/patch-aa b/security/skipfish/files/patch-aa new file mode 100644 index 000000000000..a2206cf2c56f --- /dev/null +++ b/security/skipfish/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile.orig 2010-03-22 20:34:04.000000000 +0100 ++++ Makefile 2010-03-22 20:34:40.000000000 +0100 +@@ -35,9 +35,9 @@ + + $(PROGNAME): $(PROGNAME).c $(OBJFILES) $(INCFILES) + $(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_OPT) $(OBJFILES) $(LDFLAGS) +- @echo +- @echo "NOTE: See dictionaries/README-FIRST to pick a dictionary for the tool." +- @echo ++# @echo ++# @echo "NOTE: See dictionaries/README-FIRST to pick a dictionary for the tool." ++# @echo + + debug: $(PROGNAME).c $(OBJFILES) $(INCFILES) + $(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS_DBG) $(OBJFILES) $(LDFLAGS) diff --git a/security/skipfish/files/pkg-message.in b/security/skipfish/files/pkg-message.in new file mode 100644 index 000000000000..718427e17d8a --- /dev/null +++ b/security/skipfish/files/pkg-message.in @@ -0,0 +1,14 @@ + +****************************************************************** +The FreeBSD port is configured to use the "default" dictionary but +it's highly recommended to read the dictionaries document first in +order to pick the right dictionary + +%%DATADIR%%/dictionaries/README-FIRST + +The skipfish dictionaries have been installed in the following +directory: + +%%DATADIR%%/dictionaries/ +****************************************************************** + |