diff options
author | roam <roam@FreeBSD.org> | 2003-10-08 15:02:49 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-08 15:02:49 +0000 |
commit | 24766b58a658b56bde5fdc59c722a801df7b88cd (patch) | |
tree | c46b54aaa183dee2f45436e622fa44d76c516aa8 /archivers/gzip | |
parent | d14f23548d954e0b60382c7e3aee0e620bbfc068 (diff) | |
download | FreeBSD-ports-24766b58a658b56bde5fdc59c722a801df7b88cd.zip FreeBSD-ports-24766b58a658b56bde5fdc59c722a801df7b88cd.tar.gz |
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/gzip')
-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 9678495..0cd8c1d 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} |