Date: Thu, 20 Aug 2015 11:11:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394852 - head/textproc/bedic-data Message-ID: <201508201111.t7KBBD4o091159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 20 11:11:12 2015 New Revision: 394852 URL: https://svnweb.freebsd.org/changeset/ports/394852 Log: - Add NO_ARCH - Cosmetic fixes Modified: head/textproc/bedic-data/Makefile head/textproc/bedic-data/pkg-descr Modified: head/textproc/bedic-data/Makefile ============================================================================== --- head/textproc/bedic-data/Makefile Thu Aug 20 11:00:12 2015 (r394851) +++ head/textproc/bedic-data/Makefile Thu Aug 20 11:11:12 2015 (r394852) @@ -11,19 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Data (dictionary) files for the kbedic and cbedic ports NO_BUILD= yes +NO_ARCH= yes DICT_ALL= buleng.dat engbul.dat DICT_DIR?= ${PREFIX}/share DICTIONARIES?= ${DICT_ALL} -PLIST_FILES= ${DICTIONARIES:S,^,share/,} +PLIST_FILES= ${DICTIONARIES:S,^,share/,} pre-fetch: - @${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries" - @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" - @${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}" + @${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries" + @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" + @${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}" do-install: - @${MKDIR} ${STAGEDIR}${DICT_DIR} - ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${STAGEDIR}${DICT_DIR}/ + @${MKDIR} ${STAGEDIR}${DICT_DIR} + ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${STAGEDIR}${DICT_DIR}/ .include <bsd.port.mk> Modified: head/textproc/bedic-data/pkg-descr ============================================================================== --- head/textproc/bedic-data/pkg-descr Thu Aug 20 11:00:12 2015 (r394851) +++ head/textproc/bedic-data/pkg-descr Thu Aug 20 11:11:12 2015 (r394852) @@ -1,4 +1,4 @@ These are the dictionary files used by the textproc/kbedic and textproc/cbedic ports. -WWW: http://kbedic.sourceforge.net/ +WWW: http://kbedic.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508201111.t7KBBD4o091159>