diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2002-03-09 20:24:04 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2002-03-09 20:24:04 +0000 |
commit | 0440e1174aca520fc4d69350c472aacf94e6d372 (patch) | |
tree | fd32300632b372a0a25782e44ef8a5a123c0c837 /german/dict | |
parent | Rollback to revisions below: (diff) |
Install the program 'dict' as 'de-dict', so the port can
co-exist with textproc/dict
PR: ports/35257
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
Notes
Notes:
svn path=/head/; revision=55777
Diffstat (limited to 'german/dict')
-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 |