--- spamoracle-1.3.1/Makefile.orig 2003-09-10 13:02:27.000000000 +0200 +++ spamoracle-1.3.1/Makefile 2003-09-10 13:04:32.000000000 +0200 @@ -1,16 +1,16 @@ ### Configuration section # The laguages you're interested in, besides English -LANGUAGES=-DFRENCH #-DSPANISH -DITALIAN -DGERMAN -DPORTUGUESE -DJAPANESE +LANGUAGES=-DGERMAN #-DFRENCH -DSPANISH -DITALIAN -DGERMAN -DPORTUGUESE -DJAPANESE # How to invoke the C preprocessor CPP=gcc -E -P $(LANGUAGES) - # Where to install the binary -BINDIR=/usr/local/bin +BINDIR=%%BINDIR%% # Where to install the man pages -MANDIR=/usr/local/man +MANDIR=%%MANDIR%% ### End of configuration section @@ -30,6 +30,9 @@ all: spamoracle install: + mkdir -p ${BINDIR} + mkdir -p ${MANDIR}/man1 + mkdir -p ${MANDIR}/man5 cp spamoracle $(BINDIR)/spamoracle cp spamoracle.1 $(MANDIR)/man1/spamoracle.1 cp spamoracle.conf.5 $(MANDIR)/man5/spamoracle.conf.5