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_put | |
parent | Update to 1.07 (diff) |
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=96152
Diffstat (limited to 'www/mod_put')
-rw-r--r-- | www/mod_put/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 65386294bf07..db75e786f0a3 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -17,6 +17,8 @@ COMMENT= An Apache module that provides PUT and DELETE methods USE_APACHE= yes DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +CONFLICTS= apache-contrib-1.* + do-build: cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c |