Skip to content

Commit

Permalink
misc/felis: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 18e4661 commit 5cf93c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/felis/Makefile
@@ -1,17 +1,17 @@
PORTNAME= felis
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/

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>

0 comments on commit 5cf93c5

Please sign in to comment.