summaryrefslogtreecommitdiff
path: root/www/waplet
diff options
context:
space:
mode:
authorrh <rh>2000-06-04 17:09:40 +0000
committerrh <rh>2000-06-04 17:09:40 +0000
commit6ffc19b4cbff2033d43032acec991b44375046dd (patch)
tree07f9f9144796ce33c83c19e58751dec9fbee2caf /www/waplet
parent018dbce45c14866b78c9c0cc40b73539ddccf27b (diff)
downloadpkgsrc-6ffc19b4cbff2033d43032acec991b44375046dd.tar.gz
Since any web server will do, do not depend on apache.
Diffstat (limited to 'www/waplet')
-rw-r--r--www/waplet/Makefile4
-rw-r--r--www/waplet/pkg/PLIST4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/waplet/Makefile b/www/waplet/Makefile
index 39988bc744b..b47edf099bb 100644
--- a/www/waplet/Makefile
+++ b/www/waplet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 07:04:25 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/04 17:09:40 rh Exp $
#
DISTNAME= waplet
@@ -10,8 +10,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://waplet.sourceforge.net/
-DEPENDS+= apache-*:../../www/apache
-
NO_BUILD= yes
do-install:
diff --git a/www/waplet/pkg/PLIST b/www/waplet/pkg/PLIST
index f8762f1add7..47ac0ee3c37 100644
--- a/www/waplet/pkg/PLIST
+++ b/www/waplet/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/31 07:04:25 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/06/04 17:09:41 rh Exp $
share/httpd/htdocs/waplet/waplet.jar
share/doc/waplet/README
share/doc/waplet/COPYING
@@ -8,5 +8,7 @@ share/doc/waplet/waplet.java
share/examples/waplet/sample.html
share/examples/waplet/wap_content.wml
@dirrm share/httpd/htdocs/waplet
+@unexec rmdir %D/share/httpd/htdocs 2>/dev/null || true
+@unexec rmdir %D/share/httpd 2>/dev/null || true
@dirrm share/doc/waplet
@dirrm share/examples/waplet