diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2002-09-02 03:53:46 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2002-09-02 03:53:46 +0000 |
commit | 00e5099c44f4a7a2d9b58197452ba66301fc4f51 (patch) | |
tree | ffa352a6474021b9f59db3185f04d1bfd1f5fb1d /converters/uudeview/Makefile | |
parent | 8cf6a654dbf53fd1c62af9c1999dba529fc13f6d (diff) |
Notes
Diffstat (limited to 'converters/uudeview/Makefile')
-rw-r--r-- | converters/uudeview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index a6654e3743e1..1f87a0096289 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -6,16 +6,16 @@ # PORTNAME= uudeview -PORTVERSION= 0.5.13 +PORTVERSION= 0.5.18 CATEGORIES= converters -MASTER_SITES= http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ +MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ MAINTAINER= hoek@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \ --disable-tcl @@ -27,7 +27,7 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documents to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/HOWTO ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/HISTORY ${DOCSDIR} @${INSTALL_DATA} ${FILESDIR}/porting.notes ${DOCSDIR} .else @${ECHO_MSG} "===> Not installing available documents" |