diff options
| author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-04-04 00:55:33 +0000 |
|---|---|---|
| committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-04-04 00:55:33 +0000 |
| commit | 0c0a4e68079beded634c1c7250b3b8d072b44c6b (patch) | |
| tree | 92aebe76a50eaebcb55cd88a54ab2c78300884ef /math/pspp | |
| parent | b55f811d3009b7b0268178f1c79c286ab307838e (diff) | |
Notes
Diffstat (limited to 'math/pspp')
| -rw-r--r-- | math/pspp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 0660ab254cd8..2e803b58b98d 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -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> |
