diff options
author | rene <rene@FreeBSD.org> | 2013-10-06 22:53:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-10-06 22:53:00 +0800 |
commit | 2299576f421f0a718c5ddb75931b28aa89fdab0d (patch) | |
tree | 0d93780f9b68d5433a77c08f1946692f9a202985 /security/linux-f10-libssh2 | |
parent | 5a8076ae3c09110051cdee10b77e76a1521ead32 (diff) | |
download | freebsd-ports-gnome-2299576f421f0a718c5ddb75931b28aa89fdab0d.tar.gz freebsd-ports-gnome-2299576f421f0a718c5ddb75931b28aa89fdab0d.tar.zst freebsd-ports-gnome-2299576f421f0a718c5ddb75931b28aa89fdab0d.zip |
Add staging support for linux-f10-* ports maintained by emulation@
(category security).
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> |