diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 18:27:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 18:27:29 +0000 |
commit | 856a02044890e29b3302c13d921eed804f6c8ce8 (patch) | |
tree | 9061f97230a3188fe96e0ed69ea81ea3117071c0 | |
parent | 640447f875b62c962676f47e22e7e3c66c7c36b7 (diff) | |
download | freebsd-ports-856a02044890e29b3302c13d921eed804f6c8ce8.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Don't remove mtree directory
Approved by: portmgr blanket
-rw-r--r-- | science/harminv/Makefile | 9 | ||||
-rw-r--r-- | science/harminv/pkg-plist | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 6054f81c3e6e..0415fe9a0474 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -19,13 +19,10 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -MAN1= harminv.1 +LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \ + libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack -LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \ - blas.2:${PORTSDIR}/math/blas \ - lapack.4:${PORTSDIR}/math/lapack - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's#%%PKGDIR%%#${PREFIX}/libdata#g' \ ${WRKSRC}/Makefile.in diff --git a/science/harminv/pkg-plist b/science/harminv/pkg-plist index f18372394a0d..79ab1a1bf1ce 100644 --- a/science/harminv/pkg-plist +++ b/science/harminv/pkg-plist @@ -3,4 +3,4 @@ include/harminv.h lib/libharminv.a lib/libharminv.la libdata/pkgconfig/harminv.pc -@dirrmtry libdata/pkgconfig +man/man1/harminv.1.gz |