diff options
author | lioux <lioux@FreeBSD.org> | 2003-12-26 01:34:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-12-26 01:34:33 +0800 |
commit | b60f1f9b5206c8cce2c39a05c9de1751d43586c7 (patch) | |
tree | 6aa3d352ed3ef4d6162e0e0edc775c7cdfbf8ee5 /net/mute-net | |
parent | 64c36fdc15a0bec3bc6b325a2e02530b0c98905e (diff) | |
download | freebsd-ports-gnome-b60f1f9b5206c8cce2c39a05c9de1751d43586c7.tar.gz freebsd-ports-gnome-b60f1f9b5206c8cce2c39a05c9de1751d43586c7.tar.zst freebsd-ports-gnome-b60f1f9b5206c8cce2c39a05c9de1751d43586c7.zip |
Fix: only set COMMENT if a slave port has not already set it
Diffstat (limited to 'net/mute-net')
-rw-r--r-- | net/mute-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mute-net/Makefile b/net/mute-net/Makefile index fb7df87caa85..0dfff252d5ba 100644 --- a/net/mute-net/Makefile +++ b/net/mute-net/Makefile @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -net DISTNAME= MUTE_fileSharing-${PORTVERSION}_UnixSource MAINTAINER= lioux@FreeBSD.org -COMMENT= Peer-to-peer client with privacy protection and easy search/download +COMMENT?= Peer-to-peer client with privacy protection and easy search/download USE_GMAKE= yes HAS_CONFIGURE= yes |