diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/proftpd-mod_ldap | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) | |
download | ports-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.gz ports-0c710c7b4edb5ca79906be0115763864bc7c903f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes:
svn path=/head/; revision=327755
Diffstat (limited to 'net/proftpd-mod_ldap')
-rw-r--r-- | net/proftpd-mod_ldap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/proftpd-mod_ldap/Makefile b/net/proftpd-mod_ldap/Makefile index cd819eb12182..8bf7072106d9 100644 --- a/net/proftpd-mod_ldap/Makefile +++ b/net/proftpd-mod_ldap/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: proftpd-mod_ldap -# Date created: 17 July 2012 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= mod_ldap @@ -27,4 +24,5 @@ LIBDIRS= ${LOCALBASE}/lib _BUILDING_PROFTPD_MODULE= ${PORTNAME} \ mod_quotatab_ldap +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |