aboutsummaryrefslogtreecommitdiffstats
path: root/www/linkchecker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/linkchecker/Makefile')
-rw-r--r--www/linkchecker/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile
index dcff6bf94ad6..193d67b44b0d 100644
--- a/www/linkchecker/Makefile
+++ b/www/linkchecker/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= linkchecker
-PORTVERSION= 5.0.1
+PORTVERSION= 5.1
CATEGORIES= www python
-MASTER_SITES= SF/${PORTNAME}/OldFiles
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}/
DISTNAME= LinkChecker-${PORTVERSION}
MAINTAINER= beat@FreeBSD.org
@@ -34,13 +34,8 @@ PLIST_SUB+= NLS="@comment "
post-patch:
.if !defined(WITHOUT_NLS)
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/nls-patch-setup.py
-.endif
-
-.if !defined(WITHOUT_NLS)
-post-install:
- ${CP} ${WRKSRC}/build/share/locale/de/LC_MESSAGES/LinkChecker.mo ${PREFIX}/share/locale/de/LC_MESSAGES/
- ${CP} ${WRKSRC}/build/share/locale/es/LC_MESSAGES/LinkChecker.mo ${PREFIX}/share/locale/es/LC_MESSAGES/
- ${CP} ${WRKSRC}/build/share/locale/fr/LC_MESSAGES/LinkChecker.mo ${PREFIX}/share/locale/fr/LC_MESSAGES/
+.else
+ @${RM} ${WRKSRC}/po/*.po
.endif
.include <bsd.port.mk>