diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-20 18:00:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-20 18:00:35 +0800 |
commit | 8e225094dfc7c61641fd68c22b37314d5d94e5a7 (patch) | |
tree | 3fac5d285c92eb3822522a19779ca3244a98d012 /science | |
parent | 3bcdafcab1f70448e175691f8bc8c7a4e7106f8f (diff) | |
download | freebsd-ports-gnome-8e225094dfc7c61641fd68c22b37314d5d94e5a7.tar.gz freebsd-ports-gnome-8e225094dfc7c61641fd68c22b37314d5d94e5a7.tar.zst freebsd-ports-gnome-8e225094dfc7c61641fd68c22b37314d5d94e5a7.zip |
- 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)
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 \ |