Skip to content

Commit

Permalink
print/cdlabelgen: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent c7650d4 commit 05cb5f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion print/cdlabelgen/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= cdlabelgen
PORTVERSION= 4.3.0
PORTREVISION= 1
CATEGORIES= print perl5
MASTER_SITES= http://www.aczoom.com/pub/tools/

Expand All @@ -20,7 +21,7 @@ MAKE_ARGS= BASE_DIR="${STAGEDIR}${PREFIX}" \
INSTALL_DIR="${MKDIR}" \
INSTALL_FILE="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}" \
MAN_DIR="${STAGEDIR}${PREFIX}/man"
MAN_DIR="${STAGEDIR}${PREFIX}/share/man"

post-extract:
@${SED} -ne '5,35 {s|# *||;p;}' ${WRKSRC}/${PORTNAME} > ${WRKSRC}/COPYING
Expand Down
2 changes: 1 addition & 1 deletion print/cdlabelgen/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin/cdlabelgen
man/man1/cdlabelgen.1.gz
share/man/man1/cdlabelgen.1.gz
share/cdlabelgen/cd.eps
share/cdlabelgen/cdda.eps
share/cdlabelgen/debian-color.eps
Expand Down

0 comments on commit 05cb5f7

Please sign in to comment.