diff options
author | grant <grant@pkgsrc.org> | 2003-08-10 03:15:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-10 03:15:28 +0000 |
commit | 3366b4abaa51fd16c4673b358bb2d56f3249acf6 (patch) | |
tree | 078cf50eb14e3eb12550919ade661e2e2c6c2273 /devel/cvsup-gui | |
parent | 40982028b24cae714e8071acd9029ab89b781c16 (diff) | |
download | pkgsrc-3366b4abaa51fd16c4673b358bb2d56f3249acf6.tar.gz |
s/gui/GUI/
Diffstat (limited to 'devel/cvsup-gui')
-rw-r--r-- | devel/cvsup-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup-gui/Makefile b/devel/cvsup-gui/Makefile index 25388c5bd33..a661b2251b3 100644 --- a/devel/cvsup-gui/Makefile +++ b/devel/cvsup-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:30:10 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/10 03:15:28 grant Exp $ DISTNAME= cvsup-gui-static-16.1.f PKGNAME= ${DISTNAME:C/-static//} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://people.freebsd.org/~jdp/ -COMMENT= cvsup gui client +COMMENT= cvsup GUI client DEPENDS+= cvsup-[0-9]*:../../devel/cvsup |