diff options
author | tv <tv> | 1998-11-13 16:32:37 +0000 |
---|---|---|
committer | tv <tv> | 1998-11-13 16:32:37 +0000 |
commit | 4880a7ba3fe739e3bc38ea3a7fabd286a8cdae2b (patch) | |
tree | d91358c2ab4272a2232ff59c5aec578190cfedca /mail/pine/Makefile | |
parent | 0f59a296c65ef0e3227db41ac42fdbf18dd842e3 (diff) | |
download | pkgsrc-4880a7ba3fe739e3bc38ea3a7fabd286a8cdae2b.tar.gz |
Update to 4.05 and re-enable on alpha. (The LP64 warnings are not good,
but the way they are used does work.)
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 4600f4f2a4d..91070a35bf3 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 1998/11/13 01:21:40 frueauf Exp $ +# $NetBSD: Makefile,v 1.27 1998/11/13 16:32:37 tv Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # -DISTNAME= pine4.02 -PKGNAME= pine-4.02 +DISTNAME= pine4.05 +PKGNAME= pine-4.05 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ @@ -11,17 +11,16 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS= pico-3.2:../../editors/pico +DEPENDS= pico-3.4:../../editors/pico -CONFLICTS= pine-3.96 pine-4.00 - -NOT_FOR_ARCHS= alpha #LP64 problems +CONFLICTS= pine-3.96 pine-4.00 pine-4.02 do-configure: ${CP} -f ${WRKSRC}/pine/osdep/os-neb.h ${WRKSRC}/pine/osdep/os-neb.h.orig ${SED} -e 's@/usr/local/lib/@${PREFIX}/etc/@' \ <${WRKSRC}/pine/osdep/os-neb.h.orig >${WRKSRC}/pine/osdep/os-neb.h - cd ${WRKSRC}/pico && ${MAKE} -f makefile.neb os.h + @${RM} -rf ${WRKSRC}/pico + @${LN} -sf ${LOCALBASE}/include/pico ${WRKSRC}/pico do-build: cd ${WRKSRC} && ./build neb PREFIX=${PREFIX} |