Lines 12-17
MAINTAINER?= thierry@FreeBSD.org
Link Here
|
12 |
COMMENT?= Utility to clean up and pretty print HTML/XHTML/XML |
12 |
COMMENT?= Utility to clean up and pretty print HTML/XHTML/XML |
13 |
WWW= http://tidy.sourceforge.net/ |
13 |
WWW= http://tidy.sourceforge.net/ |
14 |
|
14 |
|
|
|
15 |
LICENSE= HTML_TIDY |
16 |
LICENSE_NAME= HTML Tidy License |
17 |
LICENSE_FILE= ${WRKSRC}/htmldoc/license.html |
18 |
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
19 |
|
15 |
BUILD_DEPENDS= xsltproc:textproc/libxslt |
20 |
BUILD_DEPENDS= xsltproc:textproc/libxslt |
16 |
|
21 |
|
17 |
USES= cpe tar:bzip2 |
22 |
USES= cpe tar:bzip2 |
Lines 65-71
getcvs:
Link Here
|
65 |
|
70 |
|
66 |
tarball: |
71 |
tarball: |
67 |
${RM} -r ${WRKDIR}/cvs/tidy/CVSROOT |
72 |
${RM} -r ${WRKDIR}/cvs/tidy/CVSROOT |
68 |
${FIND} ${WRKDIR}/cvs -name CVS | ${XARGS} ${RM} -r |
73 |
${FIND} ${WRKDIR}/cvs -name CVS -delete |
69 |
cd ${WRKDIR}/cvs && \ |
74 |
cd ${WRKDIR}/cvs && \ |
70 |
${TAR} cfj ${_DISTDIR}${DISTFILES} tidy |
75 |
${TAR} cfj ${_DISTDIR}${DISTFILES} tidy |
71 |
|
76 |
|
72 |
- |
|
|