Remove unnecessary conditional.
Suggested by: danfe Approved by: maintainer
This commit is contained in:
parent
c167a6d58e
commit
1ec6f79ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318123
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user