diff options
author | asami <asami@FreeBSD.org> | 1998-11-07 11:53:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-07 11:53:44 +0800 |
commit | dfd80fbc6f83886d5675149a4ac47ca188252727 (patch) | |
tree | 59e6298a7afd8b36390014c633d619e4891cbb9e | |
parent | b83acbfbd8d6d2ad51a3b56053c87833ed3f02b9 (diff) | |
download | freebsd-ports-gnome-dfd80fbc6f83886d5675149a4ac47ca188252727.tar.gz freebsd-ports-gnome-dfd80fbc6f83886d5675149a4ac47ca188252727.tar.zst freebsd-ports-gnome-dfd80fbc6f83886d5675149a4ac47ca188252727.zip |
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).
-rw-r--r-- | www/webglimpse/Makefile | 16 |
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: |