diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 14:53:00 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 14:53:00 +0000 |
commit | 7718950a466fea84192c2a67d672b24ea6475a83 (patch) | |
tree | 0d93780f9b68d5433a77c08f1946692f9a202985 /security/linux-f10-libssh2 | |
parent | a5c9f2a9873b9aab87758a5738747ef97b759e24 (diff) |
Notes
Diffstat (limited to 'security/linux-f10-libssh2')
-rw-r--r-- | security/linux-f10-libssh2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/linux-f10-libssh2/Makefile b/security/linux-f10-libssh2/Makefile index 45fd82173a27..1116b03b3fe0 100644 --- a/security/linux-f10-libssh2/Makefile +++ b/security/linux-f10-libssh2/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= The library implementing the SSH2 protocol (Linux Fedora 10) +COMMENT= Library implementing the SSH2 protocol (Linux Fedora 10) CONFLICTS= linux-f8-libssh2-[0-9]* @@ -24,5 +24,4 @@ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -NO_STAGE= yes .include <bsd.port.mk> |