diff options
author | bland <bland@FreeBSD.org> | 2009-10-13 23:59:59 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-10-13 23:59:59 +0800 |
commit | b839220ad9548e1638076f2cdf13980b2b8872c8 (patch) | |
tree | 08c4c3fd9cc94e7d53080ea730235e4a302de340 /net-im | |
parent | eb27470ef52788ead98f81c54c815489b5d5b319 (diff) | |
download | freebsd-ports-gnome-b839220ad9548e1638076f2cdf13980b2b8872c8.tar.gz freebsd-ports-gnome-b839220ad9548e1638076f2cdf13980b2b8872c8.tar.zst freebsd-ports-gnome-b839220ad9548e1638076f2cdf13980b2b8872c8.zip |
Fix circular dependency with jabberd startup script.
PR: 139385
Approved by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabber-pyaim/Makefile | 1 | ||||
-rw-r--r-- | net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabber-pyaim/Makefile b/net-im/jabber-pyaim/Makefile index 0c6ad769b126..37a3f5fa8ef4 100644 --- a/net-im/jabber-pyaim/Makefile +++ b/net-im/jabber-pyaim/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyaim PORTVERSION= 0.8a +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= jabber- diff --git a/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in b/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in index 1ed5c1288138..1c5b56306977 100644 --- a/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in +++ b/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in @@ -4,7 +4,6 @@ # # PROVIDE: jabber_pyaim # REQUIRE: DAEMON %%JABBER_REQUIRE%% -# BEFORE: LOGIN # KEYWORD: shutdown # # Define these jabber_pyaim_* variables in one of these files: |