diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-12-24 21:46:10 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-12-24 21:46:10 +0000 |
commit | b0b0d0c26d993da77cb83a746bbee83ad1956f46 (patch) | |
tree | ff0c1886ce2a929c8635cfed2d91e091b1ef8804 /irc/irssi/Makefile | |
parent | Update to 1.2. This version fixes some typos, and more variables (diff) |
Update to 0.7.97.2
Notes
Notes:
svn path=/head/; revision=36318
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r-- | irc/irssi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index b7af678f25ad..32f731c75be5 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -6,16 +6,15 @@ # PORTNAME= irssi -PORTVERSION= 0.7.97 +PORTVERSION= 0.7.97.2 CATEGORIES= irc ipv6 MASTER_SITES= http://irssi.org/files/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.1 MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/irssi-0.7.97 USE_BZIP2= yes USE_PERL5= yes |