aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-10-08 15:02:49 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-10-08 15:02:49 +0000
commita04575daed45589457dddff0abc0009503c230da (patch)
tree0fd150b5492bd0bc5eb3b7b5a884887ff0ef4997 /archivers
parent27424e2968ff1800d5641714a2351f88433e4e2d (diff)
downloadports-a04575daed45589457dddff0abc0009503c230da.tar.gz
ports-a04575daed45589457dddff0abc0009503c230da.zip
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>
Notes
Notes: svn path=/head/; revision=90642
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index 96784954d5a5..0cd8c1ddd579 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -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}