summaryrefslogtreecommitdiff
path: root/textproc/robodoc
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /textproc/robodoc
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'textproc/robodoc')
-rw-r--r--textproc/robodoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile
index be311e2c8ad..49e0870135c 100644
--- a/textproc/robodoc/Makefile
+++ b/textproc/robodoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/11/08 19:45:54 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 20:51:08 rillig Exp $
#
DISTNAME= robodoc-3.2.3
@@ -6,7 +6,7 @@ CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= https://sourceforge.net/projects/robodoc/
+HOMEPAGE= http://sourceforge.net/projects/robodoc/
COMMENT= Tool to support project documentation within source code
GNU_CONFIGURE= YES