misc/sls: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
PORTNAME= sls
|
||||
PORTVERSION= 1.00
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= LOCAL/dannyboy
|
||||
DISTNAME= ${PORTNAME}
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user