diff options
Diffstat (limited to 'databases/leofs/Makefile')
-rw-r--r-- | databases/leofs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index f24510c5f258..77a7424daeea 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -4,16 +4,13 @@ PORTNAME= leofs PORTVERSION= 1.2.10 CATEGORIES= databases +DIST_SUBDIR= ${PORTNAME} MAINTAINER= trociny@FreeBSD.org COMMENT= Highly scalable, fault-tolerant distributed file system LICENSE= APACHE20 -DISTFILES= leofs-${PORTVERSION}.tar.gz - -DIST_SUBDIR= ${PORTNAME} - BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:${PORTSDIR}/lang/erlang-runtime17 \ ${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \ ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck |