aboutsummaryrefslogtreecommitdiff
path: root/devel/atlas/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-02-01 23:41:15 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-02-01 23:41:15 +0000
commit578e34ac3e3952bdc00dee8381fcfdd0d4a50758 (patch)
tree2ede1a1d6b0be4f5f56ec4b6e3a4bc290dca9409 /devel/atlas/Makefile
parenta85830dbd973d6a6b733257e63280ec176e65026 (diff)
downloadports-578e34ac3e3952bdc00dee8381fcfdd0d4a50758.tar.gz
ports-578e34ac3e3952bdc00dee8381fcfdd0d4a50758.zip
Notes
Diffstat (limited to 'devel/atlas/Makefile')
-rw-r--r--devel/atlas/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/atlas/Makefile b/devel/atlas/Makefile
index 467fd434a856..1e4857daa5c2 100644
--- a/devel/atlas/Makefile
+++ b/devel/atlas/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= Atlas
-PORTVERSION= 0.4.6
-PORTREVISION= 1
+PORTVERSION= 0.4.93
+PORTREVISION= 0
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/Atlas-C++/ \
- ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/
+MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/Atlas-C++/transitional/ \
+ http://purple.worldforge.org/wf/downloads/libs/Atlas-C++/transitional/
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
@@ -22,14 +22,14 @@ GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
post-patch:
- @${REINPLACE_CMD} -e 's| install-data-local||g' \
+ @${REINPLACE_CMD} -e 's| install-docDATA | |g' \
-e 's|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for docfile in README COPYING AUTHORS THANKS NEWS
+.for docfile in README COPYING AUTHORS THANKS NEWS ChangeLog TODO HACKING ROADMAP
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif