aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:55:45 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:58:32 +0000
commitd34770b0f3d0ea8735f00a844505b4bf2d5b5463 (patch)
tree2deb6a94d0585711f8a5c91b26c2d6fd789f86fe
parentb36439df3f58727f138cfba1e16c35ba07ffd314 (diff)
downloadports-d34770b0f3d0ea8735f00a844505b4bf2d5b5463.tar.gz
ports-d34770b0f3d0ea8735f00a844505b4bf2d5b5463.zip
ftp/cmdftp: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--ftp/cmdftp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/cmdftp/Makefile b/ftp/cmdftp/Makefile
index 8e01ac38678e..bc52593373d4 100644
--- a/ftp/cmdftp/Makefile
+++ b/ftp/cmdftp/Makefile
@@ -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>