Skip to content

Commit

Permalink
editors/scite: 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 7edeb9b commit df83054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editors/scite/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scite
DISTVERSION= 4.4.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
Expand Down Expand Up @@ -47,7 +47,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin/SciTE ${STAGEDIR}${PREFIX}/bin
${LN} -sf SciTE ${STAGEDIR}${PREFIX}/bin/scite
${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${STAGEDIR}${PREFIX}/share/pixmaps
(cd ${WRKSRC}/../src && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
Expand Down
2 changes: 1 addition & 1 deletion editors/scite/pkg-plist
@@ -1,5 +1,5 @@
bin/SciTE
bin/scite
man/man1/scite.1.gz
share/man/man1/scite.1.gz
share/applications/SciTE.desktop
share/pixmaps/Sci48M.png

0 comments on commit df83054

Please sign in to comment.