Skip to content

Commit

Permalink
devel/frink: Unbreak on HEAD
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 14, 2023
1 parent 7579f07 commit 5d16ebd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions devel/frink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,22 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= auto-accept

USES= uidfix

MAKEFILE= ${FILESDIR}/Makefile.bsd

WRKSRC= ${WRKDIR}/${PORTNAME}-2.2.2

OPTIONS_DEFINE= DOCS

post-install:
.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CFLAGS+= -Wno-error=strict-prototypes
.endif

post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \
${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
.include <bsd.port.post.mk>

0 comments on commit 5d16ebd

Please sign in to comment.