summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-07 03:53:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-07 03:53:44 +0000
commitdf65851235b1ac99b41b4bbf0468a00ab48a75bd (patch)
tree03a8ca2de0cbc260b0092a1698f04812e966bf7e /www
parentftp.uu.net is not responding. (diff)
Portlint. Also, set IS_INTERACTIVE (it asks questions) and NO_PACKAGE
(one of the questions is about the domain name, which I assume is put in setup files).
Notes
Notes: svn path=/head/; revision=14380
Diffstat (limited to 'www')
-rw-r--r--www/webglimpse/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile
index d7c4517228b1..84dc513c47f3 100644
--- a/www/webglimpse/Makefile
+++ b/www/webglimpse/Makefile
@@ -4,7 +4,7 @@
# Date created: 2 Nov 1998
# Whom: ache
#
-# $Id: Makefile,v 1.2 1998/11/02 20:04:22 ache Exp $
+# $Id: Makefile,v 1.3 1998/11/04 04:16:57 ache Exp $
#
DISTNAME= webglimpse-1.6.src
@@ -12,19 +12,21 @@ PKGNAME= webglimpse-1.6
CATEGORIES= www textproc
MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
-RUN_DEPENDS+= /usr/local/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
-RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
-WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
-
MAINTAINER= ache@freebsd.org
+RUN_DEPENDS+= ${PREFIX}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
+RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
+
+IS_INTERACTIVE= YES
+NO_PACAKGE= domain name hardcoded
+WRKSRC= ${WRKDIR}/webglimpse-1.6.edu
USE_PERL5= YES
NO_BUILD= YES
pre-configure:
.for i in wginstall wginstall.pl
- cd ${WRKSRC}; cp $i $i.tmp; \
- sed s=%PERL%=${PERL}= < $i.tmp > $i
+ cd ${WRKSRC}; ${CP} $i $i.tmp; \
+ ${SED} s=%PERL%=${PERL}= < $i.tmp > $i
.endfor
do-install: