Skip to content

Commit

Permalink
chinese/lunar: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent ba02f96 commit 69d6765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chinese/lunar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lunar
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/

Expand All @@ -13,6 +13,6 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/chinese
${INSTALL_PROGRAM} ${WRKSRC}/lunar ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lunar.bitmap ${STAGEDIR}${PREFIX}/share/chinese
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion chinese/lunar/pkg-plist
@@ -1,3 +1,3 @@
bin/lunar
man/man1/lunar.1.gz
share/man/man1/lunar.1.gz
share/chinese/lunar.bitmap

0 comments on commit 69d6765

Please sign in to comment.