diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2025-01-29 13:12:14 -0500 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2025-01-29 13:12:14 -0500 |
commit | 4ca613c4414b2dfaa9de5336b6da5a74aa73f5d4 (patch) | |
tree | 685261cff077b2055d9a7138f6e6ce1fb891e4bd /irc/eggdrop | |
parent | editors/openoffice-devel: unbreak on powerpc64, builds fine (diff) |
irc/eggdrop: Fix build, bump PORTREVISION
PR: 283584
Reported by: ek@purplehat.org
Approved by: maintainer (cpetrik@proton.me)
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 1d7d305414b0..5f1cc0f42a28 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -1,4 +1,5 @@ PORTNAME= eggdrop +PORTREVISION= 1 DISTVERSION= 1.10.0 CATEGORIES= irc MASTER_SITES= https://github.com/eggheads/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -23,7 +24,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|tcl.h|tcl${TCL_VER}/tcl.h|g' ${WRKSRC}/src/mod/python.mod/pycmds.c + @${SED} -i '' -e '25d' ${WRKSRC}/src/mod/python.mod/pycmds.c @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKSRC}/eggdrop.conf \ > ${WRKSRC}/eggdrop.conf.sample |