diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-13 10:09:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-13 10:09:51 +0000 |
commit | 4b240647da0e0ce4c538ed15bb576f7b4365e797 (patch) | |
tree | c26c144fbf441699cd8b67cf6ed64a39b9ae2031 /mail/spamoracle/files/patch-Makefile | |
parent | e094d812ddd99985bb95c17f94d2ead445bfe1ea (diff) | |
download | ports-4b240647da0e0ce4c538ed15bb576f7b4365e797.tar.gz ports-4b240647da0e0ce4c538ed15bb576f7b4365e797.zip |
Notes
Diffstat (limited to 'mail/spamoracle/files/patch-Makefile')
-rw-r--r-- | mail/spamoracle/files/patch-Makefile | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/mail/spamoracle/files/patch-Makefile b/mail/spamoracle/files/patch-Makefile index 13b19689af9d..998d3f9c0db3 100644 --- a/mail/spamoracle/files/patch-Makefile +++ b/mail/spamoracle/files/patch-Makefile @@ -1,11 +1,28 @@ ---- Makefile.orig Thu Mar 11 21:39:28 2004 -+++ Makefile Thu Mar 11 21:39:32 2004 -@@ -1,7 +1,7 @@ +--- Makefile.orig Sun May 25 06:38:24 2003 ++++ Makefile Sat Mar 13 06:58:00 2004 +@@ -1,10 +1,10 @@ ### Configuration section # The laguages you're interested in, besides English --LANGUAGES=-DFRENCH #-DSPANISH -DITALIAN -DGERMAN -+LANGUAGES=-DFRENCH -DSPANISH -DITALIAN -DGERMAN -DRUSSIAN +-LANGUAGES=-DFRENCH #-DSPANISH -DITALIAN -DGERMAN -DPORTUGUESE -DJAPANESE ++LANGUAGES=-DFRENCH -DSPANISH -DITALIAN -DGERMAN -DPORTUGUESE -DJAPANESE -DRUSSIAN # How to invoke the C preprocessor - CPP=gcc -E -P $(LANGUAGES) - +-CPP=gcc -E -P $(LANGUAGES) - ++CPP=cpp -P $(LANGUAGES) - + + # Where to install the binary + BINDIR=/usr/local/bin +@@ -30,9 +30,9 @@ + all: spamoracle + + install: +- cp spamoracle $(BINDIR)/spamoracle +- cp spamoracle.1 $(MANDIR)/man1/spamoracle.1 +- cp spamoracle.conf.5 $(MANDIR)/man5/spamoracle.conf.5 ++ ${BSD_INSTALL_PROGRAM} spamoracle $(BINDIR)/spamoracle ++ ${BSD_INSTALL_MAN} spamoracle.1 $(MANDIR)/man1/spamoracle.1 ++ ${BSD_INSTALL_MAN} spamoracle.conf.5 $(MANDIR)/man5/spamoracle.conf.5 + + spamoracle: $(NATOBJS) + $(OCAMLOPT) -o spamoracle $(NATLIBS) $(NATOBJS) |