ac14942890
1) Shorter package name; 2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in their Makefiles; 4) Accordance with international language naming standards; 5) Facilitate the addition of other dictionaries which are variants of the same language (ex. Portuguese and Norwegian); May this commit not cause anything to explode, hairs to gray, nerds to rage
21 lines
757 B
Text
21 lines
757 B
Text
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
|
|
|
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
|
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
|
@@ -16,12 +16,10 @@
|
|
all: ${rws_files} ${data_files}
|
|
|
|
install: all
|
|
- mkdir -p ${DESTDIR}${dictdir}/
|
|
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
|
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
|
- mkdir -p ${DESTDIR}${datadir}/
|
|
- cp ${data_files} ${DESTDIR}${datadir}/
|
|
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
|
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
|
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
|
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
|
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
|
|
|
clean:
|
|
rm -f ${rws_files}
|