diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /net-p2p | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui-qt/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/dctc-gui-qt/pkg-plist | 1 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-hash/pkg-plist | 1 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/pkg-plist | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/dctc-gui-qt/Makefile b/net-p2p/dctc-gui-qt/Makefile index cfab10f7a07b..16dc75d3f28d 100644 --- a/net-p2p/dctc-gui-qt/Makefile +++ b/net-p2p/dctc-gui-qt/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= dctc:${PORTSDIR}/net/dctc USE_QT_VER= 3 USE_REINPLACE= yes MAKE_ENV= QTDIR="${QTDIR}" +PLIST_FILES= bin/dc-qt QTDIR?= ${X11BASE} QMAKE?= ${X11BASE}/bin/qmake diff --git a/net-p2p/dctc-gui-qt/pkg-plist b/net-p2p/dctc-gui-qt/pkg-plist deleted file mode 100644 index cad195c8e712..000000000000 --- a/net-p2p/dctc-gui-qt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dc-qt diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 3bd7db353a85..888af07acc02 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -16,6 +16,7 @@ DISTNAME= ed2k_hash-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links +PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/net-p2p/edonkey-tool-hash/pkg-plist b/net-p2p/edonkey-tool-hash/pkg-plist deleted file mode 100644 index 5a5e8ae8d189..000000000000 --- a/net-p2p/edonkey-tool-hash/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/edonkey-tool-hash diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile index da8f01066109..c8ea3c79b7c3 100644 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile @@ -22,6 +22,7 @@ ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= bin/edonkey-tool-recovermet STRIP= STRIP_CMD= ${LINUXBASE}/usr/bin/strip diff --git a/net-p2p/linux-edonkey-tool-recovermet/pkg-plist b/net-p2p/linux-edonkey-tool-recovermet/pkg-plist deleted file mode 100644 index c525bb7cc121..000000000000 --- a/net-p2p/linux-edonkey-tool-recovermet/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/edonkey-tool-recovermet |