diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-19 14:54:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-19 14:54:02 +0000 |
commit | 6ce9af0c133936823cd03e483aabefe18598e647 (patch) | |
tree | 555ab50838b8f957d33094c2f1c7914c24e36ac6 /net/libosip | |
parent | 9cf481def03b577020c2c2f10c69a7738fa76119 (diff) |
- Fix COMMENT format
PR: 59466
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=94376
Diffstat (limited to 'net/libosip')
-rw-r--r-- | net/libosip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libosip/Makefile b/net/libosip/Makefile index b91fcba739fe..eb773d3c129e 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org -COMMENT= oSIP is an implementation of SIP +COMMENT= A low layer of SIP implementation USE_REINPLACE= yes USE_LIBTOOL= yes |