the gui expects the program to show up as `donkey', not edonkey.
This commit is contained in:
parent
60e22906a2
commit
b29198358e
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/11 06:57:41 espie Exp $
|
# $OpenBSD: Makefile,v 1.2 2002/05/27 12:34:43 espie Exp $
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
@ -32,5 +32,6 @@ WRKBUILD= ${WRKDIR}
|
|||||||
do-install:
|
do-install:
|
||||||
cd ${WRKBUILD} && STRIP=${STRIPCMD} ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin/edonkey
|
cd ${WRKBUILD} && STRIP=${STRIPCMD} ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin/edonkey
|
||||||
elf2olf -o linux ${PREFIX}/bin/edonkey
|
elf2olf -o linux ${PREFIX}/bin/edonkey
|
||||||
|
ln -s edonkey ${PREFIX}/bin/donkey
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/11 06:57:41 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2002/05/27 12:34:43 espie Exp $
|
||||||
bin/edonkey
|
bin/edonkey
|
||||||
|
bin/donkey
|
||||||
|
Loading…
Reference in New Issue
Block a user