diff options
author | arved <arved@FreeBSD.org> | 2003-01-19 06:05:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-19 06:05:48 +0800 |
commit | 00ae37c86144f26ceb89e0dad529719aaffee84c (patch) | |
tree | 352dcd9fcfb59164914054b27ee535c36584e4b0 /net-im/naim/Makefile | |
parent | d320d6af71aed7376888d98f52256342bf4a63c8 (diff) | |
download | freebsd-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/Makefile | 10 |
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> |