diff options
author | lippe <lippe@FreeBSD.org> | 2008-04-08 00:25:08 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-04-08 00:25:08 +0800 |
commit | 245c51e2d7d73af2cdc59054f65d56230db1ba97 (patch) | |
tree | f523d3e12993e2392dddf6fdf01b3b99a2bbcb97 /devel | |
parent | 83e5636d64ca54167c02312046faf356d130d448 (diff) | |
download | freebsd-ports-gnome-245c51e2d7d73af2cdc59054f65d56230db1ba97.tar.gz freebsd-ports-gnome-245c51e2d7d73af2cdc59054f65d56230db1ba97.tar.zst freebsd-ports-gnome-245c51e2d7d73af2cdc59054f65d56230db1ba97.zip |
- Declare again DISTNAME to unbreak the port.
- Bump PORTREVISION.
Reported by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor), mikeh (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcheck/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index 6e4d8346bb55..d95246fc5f8e 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -7,8 +7,10 @@ PORTNAME= libcheck PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/check +DISTNAME= check-${PORTVERSION} MAINTAINER= mikeh@FreeBSD.org COMMENT= A unit test framework for C |