aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 10:37:44 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 11:06:24 +0000
commit821a154844975b9356eaa5c9760b3442c5e1ffa0 (patch)
tree6f279cc472290236aae42e20ecf167e5ba00b322
parentc24ad9112f9985b8d15b58ed1cb123a08b158fad (diff)
downloadports-821a154844975b9356eaa5c9760b3442c5e1ffa0.tar.gz
ports-821a154844975b9356eaa5c9760b3442c5e1ffa0.zip
misc/tdrop: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/tdrop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tdrop/Makefile b/misc/tdrop/Makefile
index ac0ec8f33bcb..f2ae3330e3e3 100644
--- a/misc/tdrop/Makefile
+++ b/misc/tdrop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tdrop
DISTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= nivit@FreeBSD.org
@@ -24,10 +25,10 @@ GH_ACCOUNT= noctuid
NO_BUILD= yes
PLIST_FILES= bin/tdrop \
- man/man1/tdrop.1.gz
+ share/man/man1/tdrop.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tdrop ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/tdrop.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/tdrop.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>