diff options
author | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
commit | ddd1452c7ac62d47428dca3c83407ebd87dc30cc (patch) | |
tree | e697a9df58e68a18184affca8245f6effc89981d /www/mod_ticket | |
parent | efc38ce350dd2dab4e32f80a405634148197e322 (diff) | |
download | ports-ddd1452c7ac62d47428dca3c83407ebd87dc30cc.tar.gz ports-ddd1452c7ac62d47428dca3c83407ebd87dc30cc.zip |
Notes
Diffstat (limited to 'www/mod_ticket')
-rw-r--r-- | www/mod_ticket/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_ticket/Makefile b/www/mod_ticket/Makefile index 2f48bdb85524..15facf8e9b64 100644 --- a/www/mod_ticket/Makefile +++ b/www/mod_ticket/Makefile @@ -18,6 +18,8 @@ COMMENT= Apache module for a digitally signed ticket in URL USE_APACHE= yes +CONFLICTS= apache-contrib-1.* + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} |