diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 23:02:49 +0800 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 23:02:49 +0800 |
commit | a04575daed45589457dddff0abc0009503c230da (patch) | |
tree | 0fd150b5492bd0bc5eb3b7b5a884887ff0ef4997 /archivers | |
parent | 27424e2968ff1800d5641714a2351f88433e4e2d (diff) | |
download | freebsd-ports-gnome-a04575daed45589457dddff0abc0009503c230da.tar.gz freebsd-ports-gnome-a04575daed45589457dddff0abc0009503c230da.tar.zst freebsd-ports-gnome-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>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gzip/Makefile | 3 |
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} |