aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:12:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:12:50 +0000
commitb5a5e311cee3edb6561012e60e9987b6ec3851f0 (patch)
treea04ffd763f14248f3f166409939cc5c786554d06 /astro
parent8382545c3d246f0d9791551e7fec1f1f2fcd1d0c (diff)
downloadports-b5a5e311cee3edb6561012e60e9987b6ec3851f0.tar.gz
ports-b5a5e311cee3edb6561012e60e9987b6ec3851f0.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/swe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/swe/Makefile b/astro/swe/Makefile
index 5a2aef78ff80..4f0f00b47eec 100644
--- a/astro/swe/Makefile
+++ b/astro/swe/Makefile
@@ -3,6 +3,7 @@
PORTNAME= swe
PORTVERSION= 2.01.00
+PORTREVISION= 1
CATEGORIES= astro devel
MASTER_SITES= ftp://ftp.astro.com/pub/swisseph/
DISTNAME= ${PORTNAME}_unix_src_${PORTVERSION}
@@ -21,7 +22,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
do-install:
- ${INSTALL_LIB} ${WRKSRC}/libswe.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libswe.a ${STAGEDIR}${PREFIX}/lib
${MKDIR} ${STAGEDIR}${PREFIX}/include/swe
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/swe
${MKDIR} ${STAGEDIR}${DOCSDIR}