summaryrefslogtreecommitdiff
path: root/lang/guavac
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-01-09 18:40:53 +0000
committertv <tv@pkgsrc.org>1999-01-09 18:40:53 +0000
commit9eff042734e62770d63efdee33d23b310692fc84 (patch)
tree2c33b85e94e66465e9cc3482dca1f58a4c7e9799 /lang/guavac
parent95a2cd75a8818f1947fa4e8b74971c53c47021a0 (diff)
downloadpkgsrc-9eff042734e62770d63efdee33d23b310692fc84.tar.gz
Comment out the entire HOMEPAGE definition, not just its value. (Fix
README.html.)
Diffstat (limited to 'lang/guavac')
-rw-r--r--lang/guavac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guavac/Makefile b/lang/guavac/Makefile
index 7363dfdc952..dbbd87184e6 100644
--- a/lang/guavac/Makefile
+++ b/lang/guavac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/01/09 18:39:25 tv Exp $
+# $NetBSD: Makefile,v 1.8 1999/01/09 18:40:53 tv Exp $
#
DISTNAME= guavac-1.2
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ \
ftp://sunsite.auc.dk/pub/languages/java/guavac/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= # http://www.cs.berkeley.edu/~engberg/guavac/ no longer exists
+# HOMEPAGE= http://www.cs.berkeley.edu/~engberg/guavac/ no longer exists
HAVE_GCC27!= ${CXX} -v 2>&1 | grep '2\.7\.'; echo
.if !empty(HAVE_GCC27)