Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME?= tidy |
8 |
PORTNAME?= tidy |
9 |
PORTVERSION= 030801 |
9 |
PORTVERSION= 030815 |
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 |
(cd ${WRKSRC} \ |
58 |
.endif |
59 |
&& ${LIBTOOLIZE} --force --copy \ |
59 |
|
60 |
&& ${ACLOCAL}) |
60 |
patch-libtool: |
|
|
61 |
.if defined(WITH_SHLIB) |
62 |
@(cd ${WRKSRC} \ |
63 |
&& ${LIBTOOLIZE} --force --copy \ |
64 |
&& ${ACLOCAL}) |
65 |
@(cd ${PATCH_WRKSRC}; \ |
66 |
for file in ${LIBTOOLFILES}; do \ |
67 |
${CP} $$file $$file.tmp; \ |
68 |
${SED} -e "s^\$$ac_aux_dir/ltconfig^${LIBTOOL_SHAREDIR}/ltconfig${LIBTOOL_VERSION}^g" \ |
69 |
-e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LIBTOOL_SHAREDIR}/ltmain.sh^g" \ |
70 |
$$file.tmp > $$file; \ |
71 |
done); |
61 |
.endif |
72 |
.endif |
62 |
|
73 |
|
63 |
pre-install: |
74 |
pre-install: |