diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/mod_cfg_ldap | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) | |
download | ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.tar.gz ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.zip |
Notes
Diffstat (limited to 'www/mod_cfg_ldap')
-rw-r--r-- | www/mod_cfg_ldap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_cfg_ldap/Makefile b/www/mod_cfg_ldap/Makefile index 7003bfa4665f..608480403604 100644 --- a/www/mod_cfg_ldap/Makefile +++ b/www/mod_cfg_ldap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_cfg_ldap -# Date created: Sun Oct 19 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ -# PORTNAME= mod_cfg_ldap PORTVERSION= 1.2 @@ -29,6 +25,7 @@ AP_LIB+= ${LDAP_LIB} PORTDOCS= AUTHORS cfg_ldap.conf ChangeLog COPYING INSTALL \ mod_cfg_ldap.schema README TODO +NO_STAGE= yes post-install: .if !defined (NOPORTDOCS) @${MKDIR} ${DOCSDIR} |