summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-29 13:42:28 +0000
committerwiz <wiz>2002-01-29 13:42:28 +0000
commitcfa1eadf39a8a0ef4cbdfb6cadc6694cb69f45d8 (patch)
treec2df458846aa93f9c6ced5167da293aa6270287c /net/stripes
parentce5f150e8b98aac88890c11555a230c791fb63e2 (diff)
downloadpkgsrc-cfa1eadf39a8a0ef4cbdfb6cadc6694cb69f45d8.tar.gz
Install to LOCALBASE, not hardwired /usr/pkg.
Patches provided by Hiramatsu Yoshifumi in pkg/15206.
Diffstat (limited to 'net/stripes')
-rw-r--r--net/stripes/Makefile5
-rw-r--r--net/stripes/distinfo3
-rw-r--r--net/stripes/patches/patch-aa10
3 files changed, 15 insertions, 3 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile
index ae3d3780391..48ea1990171 100644
--- a/net/stripes/Makefile
+++ b/net/stripes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/11/25 19:18:32 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/01/29 13:42:28 wiz Exp $
#
DISTNAME= stripes-2.1
@@ -15,7 +15,8 @@ DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet
USE_PERL5= # defined
PKG_SYSCONFSUBDIR?= httpd
-ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} \
+ALL_TARGET= all
+MAKE_FLAGS+= DEST=${PREFIX} PERL=${PERL5} \
CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf
.include "../../mk/bsd.pkg.mk"
diff --git a/net/stripes/distinfo b/net/stripes/distinfo
index e13a5321a13..ade13001f74 100644
--- a/net/stripes/distinfo
+++ b/net/stripes/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/05/29 20:04:59 kim Exp $
+$NetBSD: distinfo,v 1.2 2002/01/29 13:42:28 wiz Exp $
SHA1 (stripes-2.1.tar.gz) = 1910d40e975b98b2e815cf7a1c228777c5a0b816
Size (stripes-2.1.tar.gz) = 6227 bytes
+SHA1 (patch-aa) = 22961703e9bdc755ac698b08a5edb233ff995d69
diff --git a/net/stripes/patches/patch-aa b/net/stripes/patches/patch-aa
new file mode 100644
index 00000000000..42a249bb7c5
--- /dev/null
+++ b/net/stripes/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2002/01/29 13:42:28 wiz Exp $
+
+--- lg.pl.orig Tue May 29 19:27:24 2001
++++ lg.pl
+@@ -1,4 +1,4 @@
+-#!/usr/pkg/bin/perl
++#!@PERL@
+ #
+ # lg.pl,v 1.2 2001/05/29 17:27:24 kim Exp
+ #