summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-13 01:16:35 +0000
committerfrueauf <frueauf>1998-11-13 01:16:35 +0000
commit028839f2e1de1ad7d8a68d609f621070ea949ec9 (patch)
tree2c49982fa37a0135eee7d3ef3a95dee2974ea552 /mail/pine
parentea98da7f5d06c019944008535bc55beedc413e58 (diff)
downloadpkgsrc-028839f2e1de1ad7d8a68d609f621070ea949ec9.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mail/pine')
-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/@' \