Skip to content

Commit

Permalink
misc/sls: 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 f59a460 commit 16df966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/sls/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sls
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/dannyboy
DISTNAME= ${PORTNAME}
Expand All @@ -10,7 +11,7 @@ COMMENT= List information about file(s) and directories
WRKSRC= ${WRKDIR}/sls

PLIST_FILES= bin/sls \
man/man1/sls.1.gz
share/man/man1/sls.1.gz

ALL_TARGET= sls

Expand All @@ -19,6 +20,6 @@ post-patch:

do-install:
${CP} ${WRKSRC}/sls ${STAGEDIR}${PREFIX}/bin
${CP} ${WRKSRC}/sls.1 ${STAGEDIR}${PREFIX}/man/man1
${CP} ${WRKSRC}/sls.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 16df966

Please sign in to comment.