You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2007/01/05 22:03:35 UTC

svn commit: r493192 - /spamassassin/branches/3.1/Makefile.PL

Author: felicity
Date: Fri Jan  5 13:03:35 2007
New Revision: 493192

URL: http://svn.apache.org/viewvc?view=rev&rev=493192
Log:
bug 5279: remove excess continuation line in Makefile.PL

Modified:
    spamassassin/branches/3.1/Makefile.PL

Modified: spamassassin/branches/3.1/Makefile.PL
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/Makefile.PL?view=diff&rev=493192&r1=493191&r2=493192
==============================================================================
--- spamassassin/branches/3.1/Makefile.PL (original)
+++ spamassassin/branches/3.1/Makefile.PL Fri Jan  5 13:03:35 2007
@@ -184,8 +184,7 @@
     	-DPREFIX="$(I_PREFIX)" \
 	-DDEF_RULES_DIR="$(I_DATADIR)" \
 	-DLOCAL_RULES_DIR="$(I_CONFDIR)" \
-	-DLOCAL_STATE_DIR="$(I_LOCALSTATEDIR)" \
-	',
+	-DLOCAL_STATE_DIR="$(I_LOCALSTATEDIR)"',
 
     'macro' => {
         DATAFILES => $datafiles,