diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-09 09:12:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-09 09:12:50 +0800 |
commit | f68b88211587829195f10a795aa2acfb1b2fa1c9 (patch) | |
tree | a04ffd763f14248f3f166409939cc5c786554d06 /astro | |
parent | a7632b78f18725ef17b197b0d614efcdb5996c2f (diff) | |
download | freebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.tar.gz freebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.tar.zst freebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.zip |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'astro')
-rw-r--r-- | astro/swe/Makefile | 3 |
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} |