diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:34:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:34:33 +0000 |
commit | d5f35dbfbcc3f84977575d6933a49015e75afa82 (patch) | |
tree | 21d819f53f91d116ffe9f750ecdf3f8f4dcbe32f /net-p2p/mute-net | |
parent | o New port mute-net-text version 0.1: Peer-to-peer text client with (diff) |
Fix: only set COMMENT if a slave port has not already set it
Notes
Notes:
svn path=/head/; revision=96574
Diffstat (limited to 'net-p2p/mute-net')
-rw-r--r-- | net-p2p/mute-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mute-net/Makefile b/net-p2p/mute-net/Makefile index fb7df87caa85..0dfff252d5ba 100644 --- a/net-p2p/mute-net/Makefile +++ b/net-p2p/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 |