diff options
author | agc <agc> | 2009-07-31 21:23:14 +0000 |
---|---|---|
committer | agc <agc> | 2009-07-31 21:23:14 +0000 |
commit | 26757a628901a54477d3b4dc893da8e9b79db2b3 (patch) | |
tree | 83f91f72d8afd41d878d9b4d0bee212268b46404 /devel | |
parent | 46906f0620225aa53c13ed9b8738a4e0975a4bd6 (diff) | |
download | pkgsrc-26757a628901a54477d3b4dc893da8e9b79db2b3.tar.gz |
Fix a tyop in the COMMENT field
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cunit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index f9fbc0ffd70..25be30b0b43 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/10 21:03:58 agc Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/31 21:23:14 agc Exp $ DISTNAME= CUnit-2.1-0-src PKGNAME= CUnit-2.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cunit/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cunit.sourceforge.net/ -COMMENT= C Unit xhecking test software +COMMENT= C Unit checking test software PKG_DESTDIR_SUPPORT= user-destdir |