diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
| commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
| tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /graphics/pixie | |
| parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) | |
Notes
Diffstat (limited to 'graphics/pixie')
| -rw-r--r-- | graphics/pixie/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 806b55f33f63..11854381f2f3 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -46,13 +46,6 @@ BROKEN_sparc64= Does not compile on sparc64 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex -CONFIGURE_ENV+= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" -.endif - post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ s|-lpthread|-pthread|g' ${WRKSRC}/configure @@ -63,7 +56,7 @@ post-patch: ${WRKSRC}/src/ri/Makefile.in \ ${WRKSRC}/src/sdr/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog DEVNOTES NEWS \ README ${STAGEDIR}${DOCSDIR}) |
