diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-12 10:35:43 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-12 10:35:43 +0000 |
commit | 3d8062c8fa42750221be507cf691320f5d7bfe06 (patch) | |
tree | d295278b7a4a7d685b768f5638def1c04a299935 /net/mosh | |
parent | cbd2560dff6895f508d8db180b130f365684502b (diff) | |
download | ports-3d8062c8fa42750221be507cf691320f5d7bfe06.tar.gz ports-3d8062c8fa42750221be507cf691320f5d7bfe06.zip |
Notes
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index b57c475c5a80..82bfbf0a22da 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -7,7 +7,7 @@ PORTNAME= mosh PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/keithw/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-boost=${LOCALBASE} --with-utempter LATEST_LINK= mosh-term +CONFLICTS_INSTALL= mosh-0.[2-9].* + PLIST_FILES= bin/mosh bin/mosh-server bin/mosh-client MAN1= mosh-client.1 mosh-server.1 mosh.1 |