diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /irc | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
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 |