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

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 12-19 Link Here
12
MAINTAINER=	mi@aldan.algebra.com
12
MAINTAINER=	mi@aldan.algebra.com
13
COMMENT=	Data conversion, digests, compression, error-correction for Tcl
13
COMMENT=	Data conversion, digests, compression, error-correction for Tcl
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/lib/Memchan2.3/pkgIndex.tcl:${PORTSDIR}/devel/tcl-memchan
16
17
ALL_TARGET=	all
15
ALL_TARGET=	all
18
16
19
USES+=		tcl tar:bzip2
17
USES+=		tcl tar:bzip2
Lines 60-66 Link Here
60
		${INSTALL_MAN} $$m ${STAGEDIR}${MANNPREFIX}/man/mann/ ;\
58
		${INSTALL_MAN} $$m ${STAGEDIR}${MANNPREFIX}/man/mann/ ;\
61
	done
59
	done
62
60
63
check regression-test post-build test:
61
check regression-test test:
62
	@if ! ${PKG_BIN} info --quiet tcl-memchan; then	\
63
		${ECHO_MSG} devel/tcl-memchan must be installed for the tests to work;	\
64
		exit 1;	\
65
	fi
64
	cd ${WRKSRC}/tests && ${SETENV} TCLLIBPATH="${WRKSRC}" ${TCLSH} all
66
	cd ${WRKSRC}/tests && ${SETENV} TCLLIBPATH="${WRKSRC}" ${TCLSH} all
65
67
66
.include <bsd.port.pre.mk>
68
.include <bsd.port.pre.mk>

Return to bug 200498