diff options
-rw-r--r-- | net/bbsnet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bbsnet/Makefile b/net/bbsnet/Makefile index 65643711d566..004b7b5a5b1d 100644 --- a/net/bbsnet/Makefile +++ b/net/bbsnet/Makefile @@ -16,6 +16,9 @@ COMMENT= A front-end of telnet client for multiple users or in private WRKSRC= ${WRKDIR}/bbsnet +post-patch: + @${REINPLACE_CMD} -e 79d ${WRKSRC}/bbsnet.h + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bbsnet ${PREFIX}/bin @${MKDIR} ${PREFIX}/etc/${PORTNAME} |