aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-16 19:44:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-16 19:44:19 +0000
commit5bb0a4a8f2a6fa49ca022a127b48a04e17f3a49b (patch)
tree25b10cc096df83b94d257cd50721a83721e3a9fb
parent616e8c13a4ce5b66bbecf6020f38754802f19d47 (diff)
downloadports-5bb0a4a8f2a6fa49ca022a127b48a04e17f3a49b.tar.gz
ports-5bb0a4a8f2a6fa49ca022a127b48a04e17f3a49b.zip
textproc/tidyp: Update WWW
-rw-r--r--textproc/tidyp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile
index 00f864304cb1..fe8c44333871 100644
--- a/textproc/tidyp/Makefile
+++ b/textproc/tidyp/Makefile
@@ -5,13 +5,16 @@ CATEGORIES= textproc www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library and program to validate and fix HTML
-WWW= http://tidyp.com/
+WWW= https://github.com/petdance/tidyp
+
+USES= autoreconf libtool
CONFIGURE_ARGS= --enable-asian --enable-utf16
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-USES= autoreconf libtool
+
+PLIST_SUB= PORTVERSION=${PORTVERSION}
GH_ACCOUNT= petdance
USE_GITHUB= yes
@@ -19,8 +22,6 @@ USE_GITHUB= yes
OPTIONS_DEFINE= ACCESS DEBUG
ACCESS_DESC= Accessibility checks
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
ACCESS_CONFIGURE_ENABLE=access
DEBUG_CONFIGURE_ENABLE= debug