diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-28 13:32:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-28 13:32:33 +0000 |
commit | 34571920fdb1c073e3bb60a51bd317c14e5675be (patch) | |
tree | 377f7ca2ab99c05b5bffd7d3e530c360fd1cb555 /sysutils/am-utils/Makefile | |
parent | Integrate a patch from (diff) |
- Update am-utils to 6.1.2.1
- Add mirror sites.
- Add PORTDOCS.
PR: ports/86648
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'sysutils/am-utils/Makefile')
-rw-r--r-- | sysutils/am-utils/Makefile | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 61f2c43301f4..2903c3b32e2a 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -6,10 +6,14 @@ # PORTNAME= am-utils -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2.1 PORTEPOCH= 1 CATEGORIES= sysutils net -MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ +MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ + ftp://ftp.cs.umn.edu/pub/am-utils/ \ + ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils/ \ + ftp://sunsite.org.uk/package/am-utils/ \ + ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= ports@FreeBSD.org @@ -18,9 +22,12 @@ COMMENT= The Berkeley Automounter Suite of Utilities INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 +PORTDOCS= AUTHORS COPYING BUGS FAQ NEWS README.attrcache + .if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include +PORTDOCS+= README.ldap ldap-id.txt ldap.schema .endif INFO= am-utils @@ -28,4 +35,10 @@ MAN1= expn.1 pawd.1 MAN5= amd.conf.5 MAN8= amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 mk-amd-map.8 wire-test.8 +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + .include <bsd.port.mk> |