diff options
author | wosch <wosch@FreeBSD.org> | 2002-03-09 20:24:04 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2002-03-09 20:24:04 +0000 |
commit | a663d4458eb6f982b01857d1f30faf50f0a53dc8 (patch) | |
tree | fba3c32616bb0315d3bcf737a3e335490b38ba00 /german | |
parent | b9083f9205b0196f1f9420244060b6e6371930ab (diff) | |
download | FreeBSD-ports-a663d4458eb6f982b01857d1f30faf50f0a53dc8.zip FreeBSD-ports-a663d4458eb6f982b01857d1f30faf50f0a53dc8.tar.gz |
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>
Diffstat (limited to 'german')
-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 0000000..1a4f45b --- /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 e51034c..488f46d 100644 --- a/german/dict/pkg-plist +++ b/german/dict/pkg-plist @@ -1,2 +1,2 @@ -bin/dict +bin/de-dict share/ger-eng.txt |