View | Details | Raw Unified | Return to bug 137743
Collapse All | Expand All

(-)ports/sysutils/automounter/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	automounter
8
PORTNAME=	automounter
9
PORTVERSION=	1.3.3
9
PORTVERSION=	1.3.4
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	bsdadminscripts
12
MASTER_SITE_SUBDIR=	bsdadminscripts
Lines 16-22 Link Here
16
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
MANCOMPRESSED=	no
19
MANCOMPRESSED=	yes
20
20
21
.if defined(NOPORTDOCS)
21
.if defined(NOPORTDOCS)
22
NOPORTDOCS=	-nodoc
22
NOPORTDOCS=	-nodoc
Lines 26-32 Link Here
26
.endif
26
.endif
27
27
28
plist: patch
28
plist: patch
29
		@cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
29
		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
30
30
31
do-install:
31
do-install:
32
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
32
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
(-)ports/sysutils/automounter/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (automounter-1.3.3.tar.gz) = 7f3913fc83cd98589cf0ef1d7b2b60dc
1
MD5 (automounter-1.3.4.tar.gz) = 927ae5dcb93ea46f5435db29014b914e
2
SHA256 (automounter-1.3.3.tar.gz) = 50e23fcba656649dbde6071d3a5a95fa0c2614019eddac7f9b7e9d97c6b754f5
2
SHA256 (automounter-1.3.4.tar.gz) = 7c3eafd536e477e2edde772f5715d77013407393bbeadc2b995f47d7d69eed21
3
SIZE (automounter-1.3.3.tar.gz) = 13893
3
SIZE (automounter-1.3.4.tar.gz) = 14089

Return to bug 137743