diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
commit | c843a6ae2aa70864951f8f05cb68a9a09b2c39ed (patch) | |
tree | 0b52a469632cd371f59e9ecdc391630fb306435a /misc/bbappconf | |
parent | ae7fd52e7b40c7bbc4f6813276720806e5a66080 (diff) | |
download | pkgsrc-c843a6ae2aa70864951f8f05cb68a9a09b2c39ed.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'misc/bbappconf')
-rw-r--r-- | misc/bbappconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile index 909fbb9919c..c2b3f680c78 100644 --- a/misc/bbappconf/Makefile +++ b/misc/bbappconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/11/07 15:30:09 gavan Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/30 17:27:31 cjep Exp $ # DISTNAME= bbappconf-0.0.2 @@ -7,7 +7,7 @@ CATEGORIES= misc x11 wm MASTER_SITES= http://bbtools.windsofstorm.net/sources/ MAINTAINER= jschauma@NetBSD.org -HOMEPAGE= http://bbtools.windsofstorm.net +HOMEPAGE= http://bbtools.windsofstorm.net/ COMMENT= Configure the behaviour of an application under Blackbox USE_BUILDLINK2= YES |