aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/naim/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-19 06:05:48 +0800
committerarved <arved@FreeBSD.org>2003-01-19 06:05:48 +0800
commit00ae37c86144f26ceb89e0dad529719aaffee84c (patch)
tree352dcd9fcfb59164914054b27ee535c36584e4b0 /net-im/naim/Makefile
parentd320d6af71aed7376888d98f52256342bf4a63c8 (diff)
downloadfreebsd-ports-gnome-00ae37c86144f26ceb89e0dad529719aaffee84c.tar.gz
freebsd-ports-gnome-00ae37c86144f26ceb89e0dad529719aaffee84c.tar.zst
freebsd-ports-gnome-00ae37c86144f26ceb89e0dad529719aaffee84c.zip
Update to 0.11.5.2
PR: 47090 Submitted by: Ryan T. Dean <rtdean@cytherianage.net> (maintainer)
Diffstat (limited to 'net-im/naim/Makefile')
-rw-r--r--net-im/naim/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile
index c6ae97feaf39..29fefaa64210 100644
--- a/net-im/naim/Makefile
+++ b/net-im/naim/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= naim
-PORTVERSION= 0.11.5
+PORTVERSION= 0.11.5.2
CATEGORIES= net
-MASTER_SITES= http://www.acm.rpi.edu/~n/naim/
+MASTER_SITES= http://www.acm.rpi.edu/~n/naim/ \
+ http://128.113.139.111/~n/.naim_archive/0/11/
MAINTAINER= rtdean@cytherianage.net
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
- --build=${CONFIGURE_TARGET}
+ --build=${CONFIGURE_TARGET} \
+ --disable-nirc-manlink
MAN1= naim.1
MLINKS= naim.1 nirc.1
@@ -23,8 +25,6 @@ post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
- @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR}
- @ ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>