mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Use SAVANNAH macro for MASTER_SITES
- Convert NOPORTDOCS to new options framework PR: ports/169457 Submitted by: sunpoet
This commit is contained in:
parent
d538c8e1e6
commit
d365f6f58c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300108
@ -9,7 +9,7 @@ PORTNAME= texi2html
|
||||
PORTVERSION= 5.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITES= SAVANNAH
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
@ -53,7 +53,7 @@ pre-everything::
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^translations.pl/_&/' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^install-data/s|i18n|&/en.thl|' ${WRKSRC}/Makefile.in
|
||||
.if defined(NOPORTDOCS)
|
||||
.if empty(PORT_OPTIONS:MDOCS)
|
||||
@${REINPLACE_CMD} -e 's| install-texinfohtmlDATA||g' ${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e '1s|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl
|
||||
|
Loading…
Reference in New Issue
Block a user