summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-13 01:16:35 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-13 01:16:35 +0000
commit1da4ba0fbc3fbd41d2ea289839b21a14db04662d (patch)
tree2c49982fa37a0135eee7d3ef3a95dee2974ea552 /mail
parent6527aefff1d58355c59bb3185a6e685bfc1f6a57 (diff)
downloadpkgsrc-1da4ba0fbc3fbd41d2ea289839b21a14db04662d.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mail')
-rw-r--r--mail/pine/Makefile6
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/@' \