diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-15 19:54:06 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-15 19:54:06 +0000 |
commit | c643e8ba312760127ef424cd86c1b11b3a7e5032 (patch) | |
tree | 3d13063eedaece6dc24fafae32f0e69fbd764abb /net-p2p/mldonkey | |
parent | 160b57a531438310718e258c4a9eb45dc7a79d58 (diff) | |
download | FreeBSD-ports-c643e8ba312760127ef424cd86c1b11b3a7e5032.zip FreeBSD-ports-c643e8ba312760127ef424cd86c1b11b3a7e5032.tar.gz |
Prepare it to be a master port: make COMMENT optional so that it
can be redefined by slave ports
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index a523ea4..eb14cc1 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-${PORTVERSION DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}.sources MAINTAINER= holger@e-gitt.net -COMMENT= A OCAML client for multiple peer-to-peer networks +COMMENT?= A OCAML client for multiple peer-to-peer networks BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml |