View | Details | Raw Unified | Return to bug 191563 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-9 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mydns-ng
4
PORTNAME=	mydns-ng
5
PORTVERSION=	1.2.8.31
5
PORTVERSION=	1.2.8.31
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	dns databases
7
CATEGORIES=	dns databases
8
MASTER_SITES=	SF/${PORTNAME}/mydns/${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/mydns/${PORTVERSION}
9
DISTNAME=	mydns-${PORTVERSION}
9
DISTNAME=	mydns-${PORTVERSION}
Lines 30-36 Link Here
30
OPTIONS_DEFAULT=	ALIAS
30
OPTIONS_DEFAULT=	ALIAS
31
ALIAS_DESC=	Server side aliasas
31
ALIAS_DESC=	Server side aliasas
32
32
33
NO_STAGE=	yes
34
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
35
34
36
.if ${PORT_OPTIONS:MALIAS}
35
.if ${PORT_OPTIONS:MALIAS}
Lines 69-84 Link Here
69
68
70
post-install:
69
post-install:
71
.if ${PORT_OPTIONS:MDOCS}
70
.if ${PORT_OPTIONS:MDOCS}
72
	@${MKDIR} ${DOCSDIR}/contrib
71
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib
73
.for f in ${DOCS}
72
.for f in ${DOCS}
74
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
73
	@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
75
.endfor
74
.endfor
76
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${DOCSDIR}/contrib/
75
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.php ${STAGEDIR}${DOCSDIR}/contrib/
77
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${DOCSDIR}/contrib/
76
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DOCSDIR}/contrib/
78
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${DOCSDIR}/contrib/
77
	@${INSTALL_DATA} ${WRKSRC}/contrib/*.pm ${STAGEDIR}${DOCSDIR}/contrib/
79
	@${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/
78
	@${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/contrib/
80
.endif
79
.endif
81
	@${PREFIX}/sbin/mydns --dump-config >${PREFIX}/etc/mydns.conf.sample
80
	@${STAGEDIR}${PREFIX}/sbin/mydns --dump-config >${STAGEDIR}${PREFIX}/etc/mydns.conf.sample
82
	@${CAT} ${PKGMESSAGE}
81
	@${CAT} ${PKGMESSAGE}
83
82
84
.include <bsd.port.mk>
83
.include <bsd.port.mk>

Return to bug 191563