aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/am-utils/Makefile17
-rw-r--r--sysutils/am-utils/distinfo4
2 files changed, 17 insertions, 4 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile
index 61f2c43301f..2903c3b32e2 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>
diff --git a/sysutils/am-utils/distinfo b/sysutils/am-utils/distinfo
index 0e071461db2..923ee8b4786 100644
--- a/sysutils/am-utils/distinfo
+++ b/sysutils/am-utils/distinfo
@@ -1,2 +1,2 @@
-MD5 (am-utils-6.1.1.tar.gz) = d80262aff0f66cac815d963556526257
-SIZE (am-utils-6.1.1.tar.gz) = 1871009
+MD5 (am-utils-6.1.2.1.tar.gz) = ac781b1e7db007c7379a90843e37f229
+SIZE (am-utils-6.1.2.1.tar.gz) = 1882072