diff options
author | osa <osa@FreeBSD.org> | 2010-06-21 19:39:49 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-06-21 19:39:49 +0800 |
commit | 1ec76f457362f91aa5ef4df5655f81d04ef2f490 (patch) | |
tree | e59b0b74055df730e8b8f0c64539059a1dbb0c8a /ftp/hsftp | |
parent | dbcd520791a5a6de48a6b7256317bbe646884fbb (diff) | |
download | freebsd-ports-gnome-1ec76f457362f91aa5ef4df5655f81d04ef2f490.tar.gz freebsd-ports-gnome-1ec76f457362f91aa5ef4df5655f81d04ef2f490.tar.zst freebsd-ports-gnome-1ec76f457362f91aa5ef4df5655f81d04ef2f490.zip |
Fix build.
Bump PORTREVISION.
Feature safe: yes
Spotted by: QAT via itetcu
Tested by: Andrew Kochetkov aka kochetkov.andrew at gmail dot com
Diffstat (limited to 'ftp/hsftp')
-rw-r--r-- | ftp/hsftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index b7b21fff10e3..7134ae78df24 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= hsftp PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://la-samhna.de/hsftp/ \ http://www.alaskaparadise.com/freebsd/ @@ -29,6 +30,9 @@ RUN_DEPENDS+= ssh:${PORTSDIR}/security/openssh CONFIGURE_ARGS+= --with-openssh .endif +pre-patch: + ${REINPLACE_CMD} -e '2343d' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hsftp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hsftp.1 ${MANPREFIX}/man/man1 |