[Midnightbsd-cvs] mports: Makefile: fix missing "

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 22 21:58:57 EDT 2008


Log Message:
-----------
fix missing "

Modified Files:
--------------
    mports/mail/alpine:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/alpine/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L mail/alpine/Makefile -L mail/alpine/Makefile -u -r1.2 -r1.3
--- mail/alpine/Makefile
+++ mail/alpine/Makefile
@@ -73,7 +73,7 @@
 CONFIGURE_ARGS+=--with-spellcheck-prog="${LOCALBASE}/bin/aspell --dont-backup --mode=email check"
 RUN_DEPENDS+=	aspell:${PORTSDIR}/textproc/aspell
 .else
-CONFIGURE_ARGS+=	--with-spellcheck-prog="${LOCALBASE}/bin/ispell
+CONFIGURE_ARGS+=	--with-spellcheck-prog="${LOCALBASE}/bin/ispell"
 RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell
 .endif
 .endif


More information about the Midnightbsd-cvs mailing list