Index: head/textproc/bedic-data/Makefile =================================================================== --- head/textproc/bedic-data/Makefile (revision 394851) +++ head/textproc/bedic-data/Makefile (revision 394852) @@ -1,29 +1,30 @@ # Created by: Peter Pentchev # $FreeBSD$ PORTNAME= bedic-data PORTVERSION= 0.1.b1 CATEGORIES= textproc MASTER_SITES= SF/kbedic/Dictionary%20Data/1.0 DISTNAME= ${PORTNAME} 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 Index: head/textproc/bedic-data/pkg-descr =================================================================== --- head/textproc/bedic-data/pkg-descr (revision 394851) +++ head/textproc/bedic-data/pkg-descr (revision 394852) @@ -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/