Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2016 00:55:33 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412493 - head/math/pspp
Message-ID:  <201604040055.u340tXOv044164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Mon Apr  4 00:55:33 2016
New Revision: 412493
URL: https://svnweb.freebsd.org/changeset/ports/412493

Log:
  - Use post-install-DOCS-on target
  - Use post-install-EXAMPLES-on target
  
  Approved by:	junovitch (mentor)

Modified:
  head/math/pspp/Makefile

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Sun Apr  3 22:15:36 2016	(r412492)
+++ head/math/pspp/Makefile	Mon Apr  4 00:55:33 2016	(r412493)
@@ -63,14 +63,13 @@ post-install:
 .if ${PORT_OPTIONS:MGUI}
 	${RM} -r ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/mimetypes
 .endif
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \
 		"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
-.endif
 
-.if ${PORT_OPTIONS:MEXAMPLES}
+post-install-EXAMPLES-on:
 	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \
 		"${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR})
-.endif
 
 .include <bsd.port.mk>



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