aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixie
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-09 21:16:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-09 21:16:49 +0800
commitf3daf2261fb178366adda1ccfd67d90513f16f2a (patch)
tree263754af5ddd95f1ad55b06c101378a0cf71009b /graphics/pixie
parentcc1bd708b05005e884e1cb06113168318d3dbe5a (diff)
downloadfreebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.gz
freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.zst
freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile9
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})