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: |