aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:24:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:43:14 +0000
commit52457d261980377d972abd4321dbfd284903db85 (patch)
tree2bcf5f55620497d3473ce2205a213e2b2e902c9d
parent111e9b53859cbc32784ae50b49305b46f3978d9a (diff)
downloadports-52457d261980377d972abd4321dbfd284903db85.tar.gz
ports-52457d261980377d972abd4321dbfd284903db85.zip
misc/nsf: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/nsf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
index bcae30039112..0ff2fdef1da1 100644
--- a/misc/nsf/Makefile
+++ b/misc/nsf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nsf
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/will
@@ -10,11 +11,11 @@ USES= ncurses
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR= yes
-PLIST_FILES= bin/nsf man/man1/nsf.1.gz
+PLIST_FILES= bin/nsf share/man/man1/nsf.1.gz
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsf ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>