Skip to content

Commit

Permalink
editors/micro: 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 16f4102 commit eda9c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/micro/Makefile
@@ -1,7 +1,7 @@
PORTNAME= micro
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= editors

MAINTAINER= lcook@FreeBSD.org
Expand Down Expand Up @@ -45,7 +45,7 @@ pre-build:

post-install:
${INSTALL_DATA} ${WRKSRC}/assets/packaging/micro.1 \
${STAGEDIR}${MANPREFIX}/share/man/man1
${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/assets/packaging/micro.desktop \
${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/assets/*.svg \
Expand Down

0 comments on commit eda9c08

Please sign in to comment.