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

(-)/usr/home/emma/ports/security/openvpn/Makefile (-5 / +9 lines)
Lines 13-19 Link Here
13
# UPGRADE REQUESTS WILL BE DROPPED UNLESS BSD-RELATED.
13
# UPGRADE REQUESTS WILL BE DROPPED UNLESS BSD-RELATED.
14
# -----------------------------------------------------
14
# -----------------------------------------------------
15
PORTVERSION=	2.0.6
15
PORTVERSION=	2.0.6
16
PORTREVISION=	8
16
PORTREVISION=	9
17
CATEGORIES=	security net
17
CATEGORIES=	security net
18
# MASTER_SITES points to hosts in distinct data centers,
18
# MASTER_SITES points to hosts in distinct data centers,
19
# so just one MASTER_SITES entry should be OK.
19
# so just one MASTER_SITES entry should be OK.
Lines 81-90 Link Here
81
	PORTS README
81
	PORTS README
82
	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
82
	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
83
.endfor
83
.endfor
84
	( cd ${WRKSRC} \
84
.for dir in easy-rsa easy-rsa/2.0 sample-config-files
85
	&& ${FIND} easy-rsa sample-config-files sample-scripts -depth \
85
	${MKDIR} ${DOCSDIR}/${dir}
86
	| ${GREP} -v easy-rsa/Windows \
86
	${FIND} ${WRKSRC}/${dir}/ -maxdepth 1 -type f -exec ${INSTALL_DATA} \{\} ${DOCSDIR}/${dir} \;
87
	| ${CPIO} -pdmu ${DOCSDIR} )
87
.endfor
88
.for dir in sample-scripts
89
	${MKDIR} ${DOCSDIR}/${dir}
90
	${FIND} ${WRKSRC}/${dir}/ -maxdepth 1 -type f -exec ${INSTALL_SCRIPT} \{\} ${DOCSDIR}/${dir} \;
91
.endfor
88
.endif
92
.endif
89
	@${CAT} ${PKGMESSAGE}
93
	@${CAT} ${PKGMESSAGE}

Return to bug 125726