aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:07:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 20:07:15 +0000
commit5cf93c551a8c02017c15a7c70e504f12090f67e4 (patch)
tree78521602dc4af1a0c4ab01d7e6e92651b3ba05bc
parent18e4661f4388fb29dc8364dab1b6a791e6e1137d (diff)
downloadports-5cf93c551a8c02017c15a7c70e504f12090f67e4.tar.gz
ports-5cf93c551a8c02017c15a7c70e504f12090f67e4.zip
misc/felis: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/felis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/felis/Makefile b/misc/felis/Makefile
index 85525dc378b3..e64595495875 100644
--- a/misc/felis/Makefile
+++ b/misc/felis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= felis
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
@@ -8,10 +8,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Displays one or more files as a single line of text
WWW= http://www.whizkidtech.redprince.net/fports/
-PLIST_FILES= bin/felis man/man1/felis.1.gz
+PLIST_FILES= bin/felis share/man/man1/felis.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>