diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-23 03:01:10 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-23 03:01:10 +0000 |
commit | a98fa0ce6fa3a894f13b099843b80980c9ffd34a (patch) | |
tree | d22ccef43f8ec9c5f0e2c3cdfb3b4a1a4f7e6b38 /devel/horde-whups/Makefile | |
parent | 8575590bdc253b7e1ab0cafeeed462edba0a1520 (diff) |
Notes
Diffstat (limited to 'devel/horde-whups/Makefile')
-rw-r--r-- | devel/horde-whups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/horde-whups/Makefile b/devel/horde-whups/Makefile index 982aeef34114..06fa96ed3b35 100644 --- a/devel/horde-whups/Makefile +++ b/devel/horde-whups/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whups -DISTVERSION= 1.0-rc1 +DISTVERSION= 1.0-rc2 CATEGORIES= devel www MAINTAINER= beech@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= Bug tracking/ticketing system USE_HORDE= base pkg-message USE_GETTEXT= yes PORTDOCS= README CHANGES CREDITS INSTALL TODO lighttpd-whups.conf +NO_BUILD= yes .include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" .include <bsd.port.mk> |