diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 21:07:15 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 21:07:15 +0100 |
commit | 5cf93c551a8c02017c15a7c70e504f12090f67e4 (patch) | |
tree | 78521602dc4af1a0c4ab01d7e6e92651b3ba05bc | |
parent | misc/digitemp: Moved man to share/man (diff) |
misc/felis: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | misc/felis/Makefile | 6 |
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> |