diff options
-rw-r--r-- | biology/distribfold/Makefile | 11 | ||||
-rw-r--r-- | biology/distribfold/distinfo | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/biology/distribfold/Makefile b/biology/distribfold/Makefile index 7f7ea0ea83b..23a7dc2928f 100644 --- a/biology/distribfold/Makefile +++ b/biology/distribfold/Makefile @@ -8,8 +8,9 @@ PORTNAME= distribfold PORTVERSION= 0.1.${RELEASE_DATE} CATEGORIES= biology net -MASTER_SITES= ftp://ftp.mshri.on.ca/pub/distribfold/download/ -DISTNAME= distribfold-current-FreeBSD +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux +DISTNAME= distribfold-current-FreeBSD-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -32,7 +33,7 @@ DNETFOLD_GROUP=dnetfold # default number of processors WITH_NCPU?= 1 -RELEASE_DATE= 20021015 +RELEASE_DATE= 20021105 post-patch: @${REINPLACE_CMD} -E -e 's|%%DESTINATION_DIR%%|${DESTINATION_DIR}/cpu0|' \ @@ -75,6 +76,10 @@ post-install: cook-install-plist fix-startup-scripts .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.endif + pre-everything:: .if ${WITH_NCPU} < 1 @${ECHO_MSG} "===> Number of processors HAS to be at least 1" diff --git a/biology/distribfold/distinfo b/biology/distribfold/distinfo index f34731753ed..61b01a61140 100644 --- a/biology/distribfold/distinfo +++ b/biology/distribfold/distinfo @@ -1 +1 @@ -MD5 (distribfold-current-FreeBSD.tar.gz) = f68e1d77bb7e6bd3c218128b1f8b7f45 +MD5 (distribfold-current-FreeBSD-0.1.20021105.tar.gz) = 3854b0ec884ff70cb45758a15362974d |