summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-19 07:13:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-19 07:13:07 +0000
commit870f5d03682f32a3dc5a2580b2093455ac6debb9 (patch)
tree1c8d7a3df1f5971e0d353d592620933e50ee6018 /math
parentFix package build. (diff)
Fix MASTER_SITES.
Portlint(1). PR: ports/77709 Submitted by: Sam Lawrance <boris at brooknet.com.au>
Notes
Notes: svn path=/head/; revision=129260
Diffstat (limited to 'math')
-rw-r--r--math/lp_solve/Makefile10
-rw-r--r--math/lp_solve/pkg-descr6
2 files changed, 9 insertions, 7 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index b65b8bc06fe8..f0b3556ddd44 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -9,7 +9,7 @@ PORTNAME= lp_solve
PORTVERSION= 4.0
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= # none
+MASTER_SITES= ftp://ftp.es.ele.tue.nl/pub/lp_solve/old_versions_which_you_probably_dont_want/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -32,12 +32,12 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/lp_solve.1 ${PREFIX}/man/man1
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
- ${CP} $(WRKSRC)/HARTMUT_DOCUMENTATION ${DOCSDIR}
- ${CP} $(WRKSRC)/MPS.description ${DOCSDIR}
- ${CP} $(WRKSRC)/*.pdf ${DOCSDIR}
+ ${CP} ${WRKSRC}/HARTMUT_DOCUMENTATION ${DOCSDIR}
+ ${CP} ${WRKSRC}/MPS.description ${DOCSDIR}
+ ${CP} ${WRKSRC}/*.pdf ${DOCSDIR}
${MKDIR} ${EXAMPLESDIR}
${INSTALL_PROGRAM} ${WRKSRC}/demo ${EXAMPLESDIR}
- ${CP} -R $(WRKSRC)/lp_examples/* ${EXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/lp_examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/math/lp_solve/pkg-descr b/math/lp_solve/pkg-descr
index 8f087911e862..54f9e8b27dcc 100644
--- a/math/lp_solve/pkg-descr
+++ b/math/lp_solve/pkg-descr
@@ -8,5 +8,7 @@ Bug reports, success stories and requests for changes are welcome at:
Michel Berkelaar
michel@ics.ele.tue.nl
________
-NOTE: Current development of this tool is done on Yahoo's "lp_solve"
-group, at http://groups.yahoo.com/group/lp_solve/ .
+NOTE: Current development of this tool is done on Yahoo's "lp_solve"
+group (below).
+
+WWW: http://groups.yahoo.com/group/lp_solve/