diff options
author | frueauf <frueauf> | 1998-11-13 01:16:35 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-13 01:16:35 +0000 |
commit | d84c197c4cb4b750ea270ff89e3d8a1dbc74508c (patch) | |
tree | 2c49982fa37a0135eee7d3ef3a95dee2974ea552 /mail | |
parent | 60e4a8228eda3aa1498949d9243625319c94781b (diff) | |
download | pkgsrc-d84c197c4cb4b750ea270ff89e3d8a1dbc74508c.tar.gz |
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 8c08dad4152..4600f4f2a4d 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1998/10/04 00:11:36 tv Exp $ +# $NetBSD: Makefile,v 1.26 1998/11/13 01:21:40 frueauf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -7,8 +7,6 @@ PKGNAME= pine-4.02 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ -NOT_FOR_ARCHS= alpha #LP64 problems - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ @@ -17,6 +15,8 @@ DEPENDS= pico-3.2:../../editors/pico CONFLICTS= pine-3.96 pine-4.00 +NOT_FOR_ARCHS= alpha #LP64 problems + 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/@' \ |