diff options
author | garbled <garbled@pkgsrc.org> | 2005-02-10 19:10:21 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2005-02-10 19:10:21 +0000 |
commit | 6577f7df2e515e514611380d04c63deb270b8092 (patch) | |
tree | 39c733228d468602c0cefb3cbb50594e934a2313 /mail/xfmail/Makefile | |
parent | 1d21effd75c0afbb92b3104f415dbaa9ee40738e (diff) | |
download | pkgsrc-6577f7df2e515e514611380d04c63deb270b8092.tar.gz |
Update xfmail to 1.5.5. The old xfmail 1.4.7 would not build on NetBSD 2.0
Diffstat (limited to 'mail/xfmail/Makefile')
-rw-r--r-- | mail/xfmail/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index ab359b3ac93..14380bad0b5 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.34 2005/02/10 19:10:21 garbled Exp $ -DISTNAME= xfmail-1.4.7 -PKGREVISION= 6 +DISTNAME= xfmail-1.5.5 +PKGREVISION= 0 CATEGORIES= mail x11 MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.7/source/ EXTRACT_SUFX= .tar.bz2 @@ -24,10 +24,6 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} -pre-configure: - cd ${WRKSRC} && ( ${LN} -sf config/configure.in . && ${LN} -sf config/acconfig.h . ) - cd ${WRKSRC} && ( ${AUTOHEADER} && ${AUTOCONF} ) - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfmail ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail |