Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2015 15:20:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403281 - head/print/pcal
Message-ID:  <201512081520.tB8FK7Wa035366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec  8 15:20:06 2015
New Revision: 403281
URL: https://svnweb.freebsd.org/changeset/ports/403281

Log:
  - Switch to options helpers

Modified:
  head/print/pcal/Makefile

Modified: head/print/pcal/Makefile
==============================================================================
--- head/print/pcal/Makefile	Tue Dec  8 15:20:03 2015	(r403280)
+++ head/print/pcal/Makefile	Tue Dec  8 15:20:06 2015	(r403281)
@@ -37,8 +37,12 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.pl ${STAGEDIR}${PREFIX}/libexec
 	${INSTALL_MAN} ${WRKSRC}/doc/pcal.man \
 		${STAGEDIR}${MANPREFIX}/man/man1/pcal.1
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/ReadMe.txt ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/html/pcal.html ${STAGEDIR}${DOCSDIR}



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