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 /irc | |
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 'irc')
-rw-r--r-- | irc/dcc/Makefile | 1 | ||||
-rw-r--r-- | irc/dcc/pkg-plist | 1 | ||||
-rw-r--r-- | irc/olirc/Makefile | 1 | ||||
-rw-r--r-- | irc/olirc/pkg-plist | 1 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/pkg-plist | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/irc/dcc/Makefile b/irc/dcc/Makefile index bd3822756e16..64e1b7c89049 100644 --- a/irc/dcc/Makefile +++ b/irc/dcc/Makefile @@ -20,6 +20,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@FreeBSD.org COMMENT= DCC support program for irchat-pj +PLIST_FILES= bin/dcc ALL_TARGET= dcc LDFLAGS= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -DUSE_PTHREAD -DENABLE_PTHREAD_ATTR diff --git a/irc/dcc/pkg-plist b/irc/dcc/pkg-plist deleted file mode 100644 index bc50039e9e77..000000000000 --- a/irc/dcc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dcc diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 4d5def048941..224a0f5b0bcc 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -17,6 +17,7 @@ COMMENT= A small irc client using GTK+ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 +PLIST_FILES= bin/olirc USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/irc/olirc/pkg-plist b/irc/olirc/pkg-plist deleted file mode 100644 index f85cf7660c39..000000000000 --- a/irc/olirc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/olirc diff --git a/irc/xchat-systray-plugin/Makefile b/irc/xchat-systray-plugin/Makefile index cf995acef92a..e9099a5f6db3 100644 --- a/irc/xchat-systray-plugin/Makefile +++ b/irc/xchat-systray-plugin/Makefile @@ -18,6 +18,7 @@ COMMENT= Systray icon plugin for X-Chat RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 +PLIST_FILES= lib/xchat/plugins/systray.so WRKSRC= ${WRKDIR}/xchat-systray-integration-${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/irc/xchat-systray-plugin/pkg-plist b/irc/xchat-systray-plugin/pkg-plist deleted file mode 100644 index fa947807e5ed..000000000000 --- a/irc/xchat-systray-plugin/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xchat/plugins/systray.so |