diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 07:13:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-19 07:13:07 +0000 |
commit | 870f5d03682f32a3dc5a2580b2093455ac6debb9 (patch) | |
tree | 1c8d7a3df1f5971e0d353d592620933e50ee6018 /math/lp_solve | |
parent | c7bd24ea573c162e4af3e0a5e957f5ed1855d121 (diff) | |
download | ports-870f5d03682f32a3dc5a2580b2093455ac6debb9.tar.gz ports-870f5d03682f32a3dc5a2580b2093455ac6debb9.zip |
Notes
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 10 | ||||
-rw-r--r-- | math/lp_solve/pkg-descr | 6 |
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/ |