diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-20 10:00:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-20 10:00:35 +0000 |
commit | dab2d24c2b6c72960bd6c01c9578fa2a002a82b6 (patch) | |
tree | e53f1cd49ca29b6c3029efc2eefb366512646268 /science | |
parent | cd4f1bcea25882cecf69a609383275b9cd2a91bb (diff) |
- Update MASTER_SITES
Notes: pyvox is a new port. i works on it if I more time has.
PR: ports/97834
Submitted by: miwi
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=168307
Diffstat (limited to 'science')
-rw-r--r-- | science/bblimage/Makefile | 4 | ||||
-rw-r--r-- | science/pyvox/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/science/bblimage/Makefile b/science/bblimage/Makefile index a0f468545ca4..35609b224d2f 100644 --- a/science/bblimage/Makefile +++ b/science/bblimage/Makefile @@ -10,7 +10,8 @@ PORTNAME= bblimage PORTVERSION= 0.66 PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org @@ -22,6 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes +INSTALLS_SHLIB= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ diff --git a/science/pyvox/Makefile b/science/pyvox/Makefile index a0f468545ca4..35609b224d2f 100644 --- a/science/pyvox/Makefile +++ b/science/pyvox/Makefile @@ -10,7 +10,8 @@ PORTNAME= bblimage PORTVERSION= 0.66 PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org @@ -22,6 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes +INSTALLS_SHLIB= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ |