diff options
author | bms <bms@FreeBSD.org> | 2004-02-16 22:35:30 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-02-16 22:35:30 +0800 |
commit | 80a88b3ce44ef4a7ba009b3456913e43b5a36278 (patch) | |
tree | eddc9b1b29dd89ece6b664a2fb96a687030e45f6 /net/ldap2dns | |
parent | 6e498dc607b81ea425513460c024053ad6640718 (diff) | |
download | freebsd-ports-gnome-80a88b3ce44ef4a7ba009b3456913e43b5a36278.tar.gz freebsd-ports-gnome-80a88b3ce44ef4a7ba009b3456913e43b5a36278.tar.zst freebsd-ports-gnome-80a88b3ce44ef4a7ba009b3456913e43b5a36278.zip |
Whitespace.
Diffstat (limited to 'net/ldap2dns')
-rw-r--r-- | net/ldap2dns/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index 4835c3914726..af803b3cd09d 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -1,17 +1,17 @@ -# New ports collection makefile for: ldap2dns -# Date created: 29 September 2003 -# Whom: Bruce M Simpson <bms@FreeBSD.org> +# New ports collection makefile for: ldap2dns +# Date created: 29 September 2003 +# Whom: Bruce M Simpson <bms@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= ldap2dns -PORTVERSION= 0.3.1 +PORTNAME= ldap2dns +PORTVERSION= 0.3.1 PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://ldap2dns.tiscover.com/ +CATEGORIES= net +MASTER_SITES= http://ldap2dns.tiscover.com/ -MAINTAINER= bms@FreeBSD.org +MAINTAINER= bms@FreeBSD.org COMMENT= Maintain DNS zones using an LDAP directory WITH_OPENLDAP_VER?= 12 @@ -26,12 +26,12 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -USE_GMAKE=yes -USE_PERL5=yes +USE_GMAKE= yes +USE_PERL5= yes -MAKE_ENV+=PREFIX=$(PREFIX) -MAKE_ENV+=INC=-I$(PREFIX)/include -MAKE_ENV+=LIB=-L$(PREFIX)/lib +MAKE_ENV+= PREFIX=$(PREFIX) +MAKE_ENV+= INC=-I$(PREFIX)/include +MAKE_ENV+= LIB=-L$(PREFIX)/lib do-install: ${MKDIR} ${DATADIR} |