Port format nits.
This commit is contained in:
parent
5f9bcf86e2
commit
6bcf110de9
@ -1,5 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/06/20 21:11:35 espie Exp $
|
||||
DISTNAME= sftp-0.8.1
|
||||
CATEGORIES= net security
|
||||
NEED_VERSION= 1.301
|
||||
MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/
|
||||
HOMEPAGE= http://www.xbill.org/sftp/
|
||||
|
||||
@ -11,15 +13,13 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
SFTPDOCDIR= ${PREFIX}/share/doc/sftp
|
||||
SFTPDOCDIR= ${PREFIX}/share/doc/sftp
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ENV+= LIBS="-ltermcap"
|
||||
|
||||
FAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= LIBS="-ltermcap"
|
||||
|
||||
post-install:
|
||||
@mkdir -p ${SFTPDOCDIR}
|
||||
@${INSTALL_DATA_DIR} ${SFTPDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${SFTPDOCDIR}/README
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,3 +5,5 @@ connection.
|
||||
|
||||
When sftp or rsftp is run, the server (sftpserv) is automatically
|
||||
run on the remote end.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/20 21:11:36 espie Exp $
|
||||
bin/rsftp
|
||||
bin/sftp
|
||||
bin/sftpserv
|
||||
|
Loading…
Reference in New Issue
Block a user