fix MASTER_SITES
This commit is contained in:
parent
bbeb91817c
commit
9e958a135d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85389
2 changed files with 6 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= Atlas
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/ \
|
||||
ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/Atlas-C++/
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/worldforge/libs/Atlas-C++/ \
|
||||
ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/
|
||||
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
|
@ -23,6 +23,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's| install-data-local||g' \
|
||||
-e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= Atlas
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/ \
|
||||
ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/Atlas-C++/
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/worldforge/libs/Atlas-C++/ \
|
||||
ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/
|
||||
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
|
@ -23,6 +23,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's| install-data-local||g' \
|
||||
-e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue