diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-26 03:42:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-26 03:42:12 +0000 |
commit | 53dd9c3309221d6982666e0f2e8246a08888e2f0 (patch) | |
tree | 9c39a0c81490007e5d816e3a1c8e16bfd386abc5 /irc | |
parent | e6e8db340ad9b6f401e91769d6db719982a48ce8 (diff) | |
download | ports-53dd9c3309221d6982666e0f2e8246a08888e2f0.tar.gz ports-53dd9c3309221d6982666e0f2e8246a08888e2f0.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/gseen.mod/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile index 9093e949a903..f85bcbd572ba 100644 --- a/irc/gseen.mod/Makefile +++ b/irc/gseen.mod/Makefile @@ -3,7 +3,7 @@ PORTNAME= gseen.mod PORTVERSION= 1.1.1.p3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://www.kreativrauschen.de/gseen.mod/ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/} @@ -18,7 +18,7 @@ BUILD_DEPENDS= eggdrop:irc/eggdrop RUN_DEPENDS= eggdrop:irc/eggdrop USES= tcl:85+ -GNU_CONGFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ --with-tclinc=${TCL_INCLUDEDIR}/tcl.h WRKSRC= ${WRKDIR}/eggdrop @@ -39,10 +39,9 @@ post-extract: -e 's|"-O2"|"${CFLAGS}"|' \ ${WRKSRC}/configure -pre-build: +pre-configure: @${ECHO_CMD} gseen.mod >> ${WRKSRC}/.modules @${ECHO_CMD} gseen.mod >> ${WRKSRC}/.known_modules - @cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS} do-install: @${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/eggdrop \ |