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

(-)www/tidy-devel/Makefile (-1 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	tidy
8
PORTNAME?=	tidy
9
PORTVERSION=	030716
9
PORTVERSION=	030801
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
11
MASTER_SITES=	http://tidy.sourceforge.net/src/%SUBDIR%/	\
12
		http://tidy.sourceforge.net/docs/:docs
12
		http://tidy.sourceforge.net/docs/:docs
Lines 55-63 Link Here
55
	@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
55
	@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
56
.else
56
.else
57
	@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
57
	@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
58
.endif
59
60
configure-message:
61
# Ugly hack to insert libtoolize + aclocal after build-depends and before patch-libtool
62
.if defined(WITH_SHLIB)
58
	(cd ${WRKSRC}	\
63
	(cd ${WRKSRC}	\
59
	&& ${LIBTOOLIZE} --force --copy	\
64
	&& ${LIBTOOLIZE} --force --copy	\
60
	&& ${ACLOCAL})
65
	&& ${ACLOCAL})
66
	@${ECHO_MSG} "===>  Configuring for ${PKGNAME}"
61
.endif
67
.endif
62
68
63
pre-install:
69
pre-install:
(-)www/tidy-devel/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (tidy_src_030716.tgz) = 49ff2210bc964642caf518e298016e29
1
MD5 (tidy_src_030801.tgz) = 25a23c4adad32db81f3b9153f1863d3c
2
MD5 (tidy_docs_030610.tgz) = 54ab968e177bc92495fce324c18f8b52
2
MD5 (tidy_docs_030610.tgz) = 54ab968e177bc92495fce324c18f8b52

Return to bug 55183