diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-17 03:53:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-17 03:53:23 +0000 |
commit | 404913606586f97b7d086c95523b490ee42ef74b (patch) | |
tree | c9ce8f9491a7f69888066b11ff1a0b859df84b00 | |
parent | b58ebc3df2d37c57962fafb7f49ed8fef815a445 (diff) | |
download | FreeBSD-ports-404913606586f97b7d086c95523b490ee42ef74b.zip FreeBSD-ports-404913606586f97b7d086c95523b490ee42ef74b.tar.gz |
o After being repo copied from edonkey-gui-gtk:
- Add linux- to both PKGNAMEPREFIX and binary name since it's a
Linux binary port
- State that in COMMENT
- Update PLIST to reflect new binary name
Repo copy by: joe
Repo copy approved by: will
-rw-r--r-- | net/linux-edonkey-gui-gtk/Makefile | 4 | ||||
-rw-r--r-- | net/linux-edonkey-gui-gtk/pkg-comment | 2 | ||||
-rw-r--r-- | net/linux-edonkey-gui-gtk/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/net/linux-edonkey-gui-gtk/Makefile b/net/linux-edonkey-gui-gtk/Makefile index 558e9c7..ca2854d 100644 --- a/net/linux-edonkey-gui-gtk/Makefile +++ b/net/linux-edonkey-gui-gtk/Makefile @@ -9,6 +9,7 @@ PORTNAME= edonkey PORTVERSION= 0.2.0.a CATEGORIES= net linux MASTER_SITES= http://users.aber.ac.uk/tpm01/ +PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -gui-gtk DISTNAME= linux_gui_alpha_unstable EXTRACT_SUFX= @@ -20,6 +21,7 @@ RUN_DEPENDS= donkey:${PORTSDIR}/net/edonkey-core \ ONLY_FOR_ARCHS= i386 USE_LINUX= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes STRIP= @@ -32,7 +34,7 @@ BRANDELF?= /usr/bin/brandelf BRANDELF?= brandelf .endif -BINARY_NAME= ed2k_gui +BINARY_NAME= linux-edonkey-gui-gtk do-extract: @${RM} -rf ${WRKDIR} diff --git a/net/linux-edonkey-gui-gtk/pkg-comment b/net/linux-edonkey-gui-gtk/pkg-comment index 396a88a..6e399ed 100644 --- a/net/linux-edonkey-gui-gtk/pkg-comment +++ b/net/linux-edonkey-gui-gtk/pkg-comment @@ -1 +1 @@ -GTK GUI to eDonkey2000 'core' command line client +Linux GTK GUI to eDonkey2000 'core' command line client diff --git a/net/linux-edonkey-gui-gtk/pkg-plist b/net/linux-edonkey-gui-gtk/pkg-plist index 52c6fb5..118e435 100644 --- a/net/linux-edonkey-gui-gtk/pkg-plist +++ b/net/linux-edonkey-gui-gtk/pkg-plist @@ -1 +1 @@ -bin/ed2k_gui +bin/linux-edonkey-gui-gtk |