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

(-)graphics/renrot/Makefile (-4 / +3 lines)
Lines 25-38 Link Here
25
.include <bsd.port.options.mk>
25
.include <bsd.port.options.mk>
26
26
27
.if ${PORT_OPTIONS:MIMAGEMAGICK}
27
.if ${PORT_OPTIONS:MIMAGEMAGICK}
28
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
28
RUN_DEPENDS+=	ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
29
.endif
29
.endif
30
30
31
post-install:
31
post-install:
32
	@${MKDIR} ${PREFIX}/etc/${PORTNAME}
32
	@${MKDIR} ${ETCDIR}
33
.for conf in colors.conf copyright.tag renrot.conf tags.conf
33
.for conf in colors.conf copyright.tag renrot.conf tags.conf
34
	${INSTALL_DATA} ${WRKSRC}/etc/${conf} \
34
	${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${ETCDIR}/${conf}.sample
35
		${PREFIX}/etc/${PORTNAME}/${conf}.sample
36
.endfor
35
.endfor
37
.if ${PORT_OPTIONS:MDOCS}
36
.if ${PORT_OPTIONS:MDOCS}
38
	@${MKDIR} ${DOCSDIR}
37
	@${MKDIR} ${DOCSDIR}

Return to bug 175785