summaryrefslogtreecommitdiff
path: root/shells/ksh93-devel/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /shells/ksh93-devel/Makefile
parentdatabases/percona57-server: Adapt ${name}_limits to the new resource (diff)
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes: svn path=/head/; revision=483807
Diffstat (limited to 'shells/ksh93-devel/Makefile')
-rw-r--r--shells/ksh93-devel/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/ksh93-devel/Makefile b/shells/ksh93-devel/Makefile
index 83c43f49032f..cb04a5e66e4d 100644
--- a/shells/ksh93-devel/Makefile
+++ b/shells/ksh93-devel/Makefile
@@ -52,14 +52,12 @@ KSH93_DESC= Install to ${PREFIX}/bin/ksh93
KSH_PLIST_SUB= 93=""
KSH93_PLIST_SUB= 93="93"
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
post-patch:
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100093
@${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' ${WRKSRC}/src/lib/libast/include/sfio*.h ${WRKSRC}/src/lib/libast/sfio/*.c
-.endif
.if ${PORT_OPTIONS:MKSH93}
@${MV} ${WRKSRC}/src/cmd/ksh93/ksh.1 ${WRKSRC}/src/cmd/ksh93/ksh93.1
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>