diff options
-rw-r--r-- | german/dict/files/patch-aa | 11 | ||||
-rw-r--r-- | german/dict/pkg-plist | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/german/dict/files/patch-aa b/german/dict/files/patch-aa new file mode 100644 index 000000000000..1a4f45b44c64 --- /dev/null +++ b/german/dict/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.old Sat Mar 9 12:20:02 2002 ++++ Makefile Sat Mar 9 12:19:37 2002 +@@ -9,7 +9,7 @@ + + beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +- ${.CURDIR}/dict.sh ${DESTDIR}${BINDIR}/dict ++ ${.CURDIR}/dict.sh ${DESTDIR}${BINDIR}/de-dict + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + ${.CURDIR}/${dict} ${DESTDIR}${PREFIX}/share + diff --git a/german/dict/pkg-plist b/german/dict/pkg-plist index e51034c8db13..488f46dbf3ec 100644 --- a/german/dict/pkg-plist +++ b/german/dict/pkg-plist @@ -1,2 +1,2 @@ -bin/dict +bin/de-dict share/ger-eng.txt |