mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Don't create DOCSDIR when NOPORTDOCS is set
Reported by: itetcu (QA Tindy)
This commit is contained in:
parent
f428fa15e0
commit
b87750163e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217185
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xshttpd
|
||||
DISTVERSION= 3.5g04
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
|
||||
ftp://mud.stack.nl/pub/xs-httpd/release/
|
||||
@ -101,6 +102,8 @@ post-patch:
|
||||
${WRKSRC}/src/confuser.h
|
||||
@${REINPLACE_CMD} -e 's|mime.types ||g' \
|
||||
${WRKSRC}/config/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user