1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

ftp/cmdftp: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 18:55:45 +01:00
parent b36439df3f
commit d34770b0f3
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,5 +1,6 @@
PORTNAME= cmdftp
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SAVANNAH
@ -10,7 +11,8 @@ WWW= https://www.nongnu.org/cmdftp/
LICENSE= GPLv3
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/cmdftp man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/cmdftp share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>