mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- fix shebang line reliably.
PR: ports/196043 Submitted by: mandree
This commit is contained in:
parent
3934f056e6
commit
df2025b4b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375725
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sgmlformat
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= textproc print
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= kuriyama
|
||||
@ -40,6 +40,9 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
${REINPLACE_CMD} -E 's#(/usr|${PREFIX})/bin/perl#${PERL}#' ${WRKSRC}/sgmlfmt/sgmlfmt
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/sgml/transpec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user