diff options
author | martti <martti@pkgsrc.org> | 2003-07-22 05:14:42 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-22 05:14:42 +0000 |
commit | 470fac731a7a54debf06f43a7b7bccf0bb943282 (patch) | |
tree | 7a400b6b9b6965b483e81279f767d6bb6356220b /x11 | |
parent | 33e2a0232479ae558d1ceb85f285af71dbdcb24c (diff) | |
download | pkgsrc-470fac731a7a54debf06f43a7b7bccf0bb943282.tar.gz |
HOMEPAGEs without a trailing slash are incorrect and also bad style.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wx1Motif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wx1Motif/Makefile b/x11/wx1Motif/Makefile index 4acd05c4325..b56c0a6c84c 100644 --- a/x11/wx1Motif/Makefile +++ b/x11/wx1Motif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/19 08:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/22 05:14:45 martti Exp $ # DISTNAME= wx1Motif-1.68e @@ -8,7 +8,7 @@ MASTER_SITES= ftp://oracle.fastpicsystems.com/pub/wxwin/1.68E/unix/ DISTFILES= wx168_1.tgz wx168_2.tgz MAINTAINER= collver1@comcast.net -HOMEPAGE= http://www.wxwindows.org +HOMEPAGE= http://www.wxwindows.org/ COMMENT= Motif-based implementation of wxWindows 1 USE_BUILDLINK2= # defined |