svn commit: r360254 - head/textproc/spellutils
Thierry Thomas
thierry at FreeBSD.org
Wed Jul 2 20:10:44 UTC 2014
Author: thierry
Date: Wed Jul 2 20:10:43 2014
New Revision: 360254
URL: http://svnweb.freebsd.org/changeset/ports/360254
QAT: https://qat.redports.org/buildarchive/r360254/
Log:
The original site is down, switch to SourceFiles.
Modified:
head/textproc/spellutils/Makefile
head/textproc/spellutils/pkg-descr
Modified: head/textproc/spellutils/Makefile
==============================================================================
--- head/textproc/spellutils/Makefile Wed Jul 2 19:51:23 2014 (r360253)
+++ head/textproc/spellutils/Makefile Wed Jul 2 20:10:43 2014 (r360254)
@@ -5,7 +5,7 @@ PORTNAME= spellutils
PORTVERSION= 0.7
PORTREVISION= 3
CATEGORIES= textproc
-MASTER_SITES= http://home.worldonline.dk/byrial/spellutils/
+MASTER_SITES= http://www.sourcefiles.org/Utilities/Text_Utilities/
MAINTAINER= thierry at FreeBSD.org
COMMENT= Programs used to isolate some parts or texts before spell-checking
@@ -20,15 +20,17 @@ LIBS+= -L${LOCALBASE}/lib -lintl
DOCS= NEWS README
EXAMPLES= aspell.sl
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for FILE in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
.for FILE in ${EXAMPLES}
${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR}
.endfor
Modified: head/textproc/spellutils/pkg-descr
==============================================================================
--- head/textproc/spellutils/pkg-descr Wed Jul 2 19:51:23 2014 (r360253)
+++ head/textproc/spellutils/pkg-descr Wed Jul 2 20:10:43 2014 (r360254)
@@ -15,6 +15,6 @@ well as all or selected header lines can
The program pospell is a utility to isolate the translations from a .po
file, then call some other program which may change the translations
(typically a spell checker), and eventually copy them back in place in
-the .po file.
+the .po file.
-WWW: http://home.worldonline.dk/byrial/spellutils/
+WWW: http://www.sourcefiles.org/Utilities/Text_Utilities/spellutils-0.7.tar.bz2.shtml
More information about the svn-ports-all
mailing list