diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /net/libosip2 | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'net/libosip2')
-rw-r--r-- | net/libosip2/Makefile | 2 | ||||
-rw-r--r-- | net/libosip2/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index 81ccf23720a5..7e566c4c2f08 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= oSIP is an implementation of SIP + USE_REINPLACE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net/libosip2/pkg-comment b/net/libosip2/pkg-comment deleted file mode 100644 index 30c9a3a2b81d..000000000000 --- a/net/libosip2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -oSIP is an implementation of SIP |