diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-17 01:29:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-17 01:29:27 +0800 |
commit | d61d553ab47ffe77d2d7576283b66dc3169ba5f4 (patch) | |
tree | 8e13add9f01128bbb5c2af8eb01b0344248b26c3 /misc | |
parent | 74689afc2ed4ef8795e800079bfa7c618334d9f3 (diff) | |
download | freebsd-ports-gnome-d61d553ab47ffe77d2d7576283b66dc3169ba5f4.tar.gz freebsd-ports-gnome-d61d553ab47ffe77d2d7576283b66dc3169ba5f4.tar.zst freebsd-ports-gnome-d61d553ab47ffe77d2d7576283b66dc3169ba5f4.zip |
- Fix typo in URL
Submitted by: ryusuke
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 8400b1d4a258..2a4ce9f77300 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -42,7 +42,7 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ # Add temporary note of build failure caused by Perl infrastructure change in 20130612 .if ${PORT_OPTIONS:MNLS} -CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=32067\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\". +CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\". .endif post-patch: |