svn commit: r429552 - head/archivers/zip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 26 16:45:44 UTC 2016


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 at 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}
 


More information about the svn-ports-head mailing list