diff options
author | roam <roam@FreeBSD.org> | 2003-10-08 23:02:49 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-08 23:02:49 +0800 |
commit | 24766b58a658b56bde5fdc59c722a801df7b88cd (patch) | |
tree | c46b54aaa183dee2f45436e622fa44d76c516aa8 /archivers | |
parent | d14f23548d954e0b60382c7e3aee0e620bbfc068 (diff) | |
download | freebsd-ports-gnome-24766b58a658b56bde5fdc59c722a801df7b88cd.tar.gz freebsd-ports-gnome-24766b58a658b56bde5fdc59c722a801df7b88cd.tar.zst freebsd-ports-gnome-24766b58a658b56bde5fdc59c722a801df7b88cd.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} |