diff options
Diffstat (limited to '')
-rw-r--r-- | irc/pounce-palaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/pounce-palaver/Makefile b/irc/pounce-palaver/Makefile index c4ec615..b578530 100644 --- a/irc/pounce-palaver/Makefile +++ b/irc/pounce-palaver/Makefile @@ -1,5 +1,5 @@ PORTNAME= pounce-palaver -DISTVERSION= 2.3 +DISTVERSION= 2.4 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ DISTNAME= pounce-${DISTVERSION} @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= pkgconfig -WRKSRC_SUBDIR= contrib/palaver +WRKSRC_SUBDIR= extra/palaver HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man |