diff options
author | krion <krion@FreeBSD.org> | 2005-02-19 15:13:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-19 15:13:07 +0800 |
commit | a5592a9968c974ca0d894cdfeacf072f090a0978 (patch) | |
tree | 88664c43afa1b397a057d5b7e996e5a91bcafbbf /math/lp_solve | |
parent | 1bc8fae4afa773ec90ecaee863449c805a38a720 (diff) | |
download | freebsd-ports-gnome-a5592a9968c974ca0d894cdfeacf072f090a0978.tar.gz freebsd-ports-gnome-a5592a9968c974ca0d894cdfeacf072f090a0978.tar.zst freebsd-ports-gnome-a5592a9968c974ca0d894cdfeacf072f090a0978.zip |
Fix MASTER_SITES.
Portlint(1).
PR: ports/77709
Submitted by: Sam Lawrance <boris at brooknet.com.au>
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/ |