diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 08:39:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-13 08:39:18 +0000 |
commit | e8f0403b6dc5c63d3aa0bb01a9c6dacaf16abfbd (patch) | |
tree | ec1f8f77b4dc69e9d5a7c7648cbcedce4807f233 /math/ccmath/Makefile | |
parent | 256887f6badc4b23aa01cabfdeff663830193ead (diff) | |
download | ports-e8f0403b6dc5c63d3aa0bb01a9c6dacaf16abfbd.tar.gz ports-e8f0403b6dc5c63d3aa0bb01a9c6dacaf16abfbd.zip |
Notes
Diffstat (limited to 'math/ccmath/Makefile')
-rw-r--r-- | math/ccmath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ccmath/Makefile b/math/ccmath/Makefile index b92b4717c757..df6b1198be37 100644 --- a/math/ccmath/Makefile +++ b/math/ccmath/Makefile @@ -7,11 +7,12 @@ PORTNAME= ccmath PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= db@db.net COMMENT= A mathematics library with many different functions INSTALLS_SHLIB= yes @@ -28,6 +29,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ccmath.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/tmp/libccm.a ${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/tmp/libccm.so ${PREFIX}/lib + ${LN} -s ${PREFIX}/lib/libccm.so ${PREFIX}/lib/libccm.so.1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ccmath ${INSTALL_DATA} ${WRKSRC}/manual/* ${PREFIX}/share/doc/ccmath |