diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-02 03:30:58 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-02 03:30:58 +0800 |
commit | 43ac3f65169f06c55e36580ed1f86032c363482d (patch) | |
tree | b90b74daf642363162b175c5d7a1edd1289fc9d1 /www/mod_cvs/Makefile | |
parent | ad6e506cd88ffdb0ce111f8b8eb9a93974c36ad5 (diff) | |
download | freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.gz freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.zst freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.zip |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Diffstat (limited to 'www/mod_cvs/Makefile')
-rw-r--r-- | www/mod_cvs/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile deleted file mode 100644 index 6c24d73aa986..000000000000 --- a/www/mod_cvs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mod_cvs -# Date created: 14 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= mod_cvs -PORTVERSION= 0.5 -CATEGORIES= www -MASTER_SITES= http://resare.com/noa/mod_cvs/dist/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= A module that makes Apache CVS aware - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -CONFLICTS= apache-contrib-1.* - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |