aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:46:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:46:15 +0000
commit89cabca8f03d6c97b26dc98b34a6b5d5d11c9486 (patch)
treebf0c678430284aa5e9c217ffc96366d4f445af98
parent2f1cca607c1f502d7ff8bd204ef33a45f52107b6 (diff)
downloadports-89cabca8f03d6c97b26dc98b34a6b5d5d11c9486.tar.gz
ports-89cabca8f03d6c97b26dc98b34a6b5d5d11c9486.zip
misc/xtail: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/xtail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile
index f8bc8c938583..b51f6a014f82 100644
--- a/misc/xtail/Makefile
+++ b/misc/xtail/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xtail
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.unicom.com/sw/xtail/ \
http://utenti.gufi.org/~gmarco/files/distfiles/
@@ -10,10 +11,10 @@ WWW= https://www.unicom.com/sw/xtail/
HAS_CONFIGURE= yes
-PLIST_FILES= bin/xtail man/man1/xtail.1.gz
+PLIST_FILES= bin/xtail share/man/man1/xtail.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>