mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix the spelling of NOPORTDOCS.
Bump PORTREVISION for the packing list change in the NOPORTDOCS case. PR: 57745 Submitted by: Piotr Smyrak <smyru@smyrak.com>
This commit is contained in:
parent
27424e2968
commit
a04575daed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90642
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gzip
|
||||
PORTVERSION= 1.3.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.digex.net/pub/linux/slackware/slackware-8.1/source/a/gzip/ \
|
||||
ftp://sunfreeware.risq.qc.ca/SOURCES/ \
|
||||
@ -38,7 +39,7 @@ post-configure:
|
||||
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTSDOC)
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user