summaryrefslogtreecommitdiff
path: root/lang/guavac
diff options
context:
space:
mode:
authortv <tv>1999-01-09 18:40:53 +0000
committertv <tv>1999-01-09 18:40:53 +0000
commit230569dd6e9028987c36c6d6499ae56c1a94b0c5 (patch)
tree2c33b85e94e66465e9cc3482dca1f58a4c7e9799 /lang/guavac
parent7b16f4f402e79cb1d49feb18f893c6b499deeb5b (diff)
downloadpkgsrc-230569dd6e9028987c36c6d6499ae56c1a94b0c5.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)