svn commit: r394852 - head/textproc/bedic-data
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 20 11:11:14 UTC 2015
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 at 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/
More information about the svn-ports-head
mailing list