diff options
Diffstat (limited to 'devel/atlas/Makefile')
-rw-r--r-- | devel/atlas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile index 45d75305b190..4ed59d6e2fdf 100644 --- a/devel/atlas/Makefile +++ b/devel/atlas/Makefile @@ -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} |