summaryrefslogtreecommitdiff
path: root/cad/feappv/Makefile
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-01-21 05:48:26 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-01-21 05:48:26 +0000
commitbf85ab1220435286b1c16708ad1afd50b35ad5e4 (patch)
tree5f3e5634c6c3d600eca272e5848b4e8eb7d68bda /cad/feappv/Makefile
parent- USE_GCC=4.2+ to be built on 6.x. (diff)
- Change MASTER_SITES TO new url
PR: ports/142987 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes
Notes: svn path=/head/; revision=248251
Diffstat (limited to 'cad/feappv/Makefile')
-rw-r--r--cad/feappv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile
index 6bc877ad111b..f5c02c344f9d 100644
--- a/cad/feappv/Makefile
+++ b/cad/feappv/Makefile
@@ -9,7 +9,7 @@ PORTNAME= feappv
PORTVERSION= 2.0
PORTREVISION= 5
CATEGORIES= cad science
-MASTER_SITES= http://www.ce.berkeley.edu/~rlt/feappv/
+MASTER_SITES= http://www.ce.berkeley.edu/projects/feap/feappv/
MASTER_SITE_SUBDIR= feap
DISTFILES= ${PORTNAME}20${EXTRACT_SUFX}
.ifndef NOPORTDOCS
@@ -39,7 +39,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/main/feappv ${PREFIX}/bin/feappv
- @${INSTALL_DATA} ${WRKSRC}/Feappv.a ${PREFIX}/lib/libfeappv.a
+ @${INSTALL_DATA} ${WRKSRC}/libfeappv.a ${PREFIX}/lib/
.ifndef NOPORTDOCS
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/manual.pdf ${DOCSDIR}