diff options
-rw-r--r-- | net/stripes/Makefile | 5 | ||||
-rw-r--r-- | net/stripes/distinfo | 3 | ||||
-rw-r--r-- | net/stripes/patches/patch-aa | 10 |
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 + # |