diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 16:17:07 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 16:17:07 +0000 |
commit | bf6b676deca42e571a704b9a7d1cab64a3a572c0 (patch) | |
tree | 545ae878a4cd9db0cf7f3afd56aa7ba0e3dd4f8a /ftp/ftptool/Makefile | |
parent | f03b51fefe583cd0243cfdd2cd011c89feb7d8bd (diff) |
Notes
Diffstat (limited to 'ftp/ftptool/Makefile')
-rw-r--r-- | ftp/ftptool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index b74790a4fdbb..885053521f72 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -7,6 +7,7 @@ PORTNAME= ftptool PORTVERSION= 4.6 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities @@ -19,6 +20,8 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes WRKSRC= ${WRKDIR}/Ftptool4.6 +MAN1= ftptool.1 + # Because lex.l is broken, lex.c is taken from old FreeBSD 1.1 port post-extract: |