Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 16:45:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429552 - head/archivers/zip
Message-ID:  <201612261645.uBQGjhf9001179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 26 16:45:43 2016
New Revision: 429552
URL: https://svnweb.freebsd.org/changeset/ports/429552

Log:
  - Fix typo
  - Convert to options target helper
  
  Approved by:	portmgr (blanket)

Modified:
  head/archivers/zip/Makefile

Modified: head/archivers/zip/Makefile
==============================================================================
--- head/archivers/zip/Makefile	Mon Dec 26 16:45:31 2016	(r429551)
+++ head/archivers/zip/Makefile	Mon Dec 26 16:45:43 2016	(r429552)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION:S/.//
 MAINTAINER=	ler@lerctr.org
 COMMENT=	Create/update ZIP files compatible with PKZIP
 
-# License is BSD-based, but not identical, so intall with documentation
+# License is BSD-based, but not identical, so install with documentation
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
@@ -30,6 +30,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${p} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 .endfor
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README* TODO WHATSNEW WHERE ${STAGEDIR}${DOCSDIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261645.uBQGjhf9001179>