Skip to content

Commit

Permalink
added missing escape
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3849 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Michael Maibaum committed Oct 29, 2003
1 parent 8edd669 commit 86f25d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/gsl/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.3 2003/10/29 13:12:50 michaelm Exp $
# $Id: Portfile,v 1.4 2003/10/29 17:57:06 michaelm Exp $

PortSystem 1.0

Expand All @@ -14,7 +14,7 @@ configure.args --mandir='${prefix}/share/man'

long_description The GNU Scientific Library (GSL) is a numerical \
library for C and C++ programmers. It is free software under the GNU \
General Public License.
General Public License. \
\
The library provides a wide range of mathematical routines such as random \
number generators, special functions and least-squares fitting. There are \
Expand Down

0 comments on commit 86f25d2

Please sign in to comment.