diff options
author | martti <martti> | 2003-07-22 05:14:42 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-22 05:14:42 +0000 |
commit | 420b33eb13059304fe15e5fd726f82620bce66a3 (patch) | |
tree | 7a400b6b9b6965b483e81279f767d6bb6356220b /x11/wx1Motif | |
parent | 31c846f86a41bec7f34f6f0374e7e0bf29efa53a (diff) | |
download | pkgsrc-420b33eb13059304fe15e5fd726f82620bce66a3.tar.gz |
HOMEPAGEs without a trailing slash are incorrect and also bad style.
Diffstat (limited to 'x11/wx1Motif')
-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 |