mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Fix NOPORTDOCS case.
Spotted by: QAT
This commit is contained in:
parent
b1b2cb6330
commit
c311d51948
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259462
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cc65
|
||||
PORTVERSION= 2.13.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \
|
||||
http://www.funet.fi/pub/cbm/programming/cc65/ \
|
||||
@ -40,6 +41,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -E -e "s,(install:.*)install-docs(.*)$$,\1\2," \
|
||||
-e '/\(MKDIR\)[[:space:]]+\$$\(CC65DOC\)/d' \
|
||||
${WRKSRC}/make/gcc.mak
|
||||
@${REINPLACE_CMD} -E -e "s,^(docdir[[:space:]]*=).*,\1," \
|
||||
-e "s,^(CC65_DOC[[:space:]]*=).*,\1," ${WRKSRC}/make/gcc.mak
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user