Remove unnecessary conditional.

Suggested by:	danfe
Approved by:	maintainer
This commit is contained in:
Lars Engels 2013-05-13 19:20:39 +00:00
parent c167a6d58e
commit 1ec6f79ceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318123

View File

@ -24,10 +24,6 @@ post-patch:
-e 's|CFLAGS =|CFLAGS ?=|' \
${WRKSRC}/Makefile
.if ${OSVERSION} >= 100000
@${REINPLACE_CMD} -e 's|-O9|-O3|' ${WRKSRC}/Makefile
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/libswe.a ${LOCALBASE}/lib
${MKDIR} ${LOCALBASE}/include/swe