diff options
author | markus <markus@FreeBSD.org> | 2004-10-27 21:43:06 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-10-27 21:43:06 +0800 |
commit | c987fc60e349b644f5749298cfa1d4e2e7113510 (patch) | |
tree | 07f8b2404fc3fa3613b2bf395a471c62fd4e0a0e /irc/kmyirc | |
parent | 0cd60ec74b54f9173193f84940ef0b917ad3f019 (diff) | |
download | freebsd-ports-gnome-c987fc60e349b644f5749298cfa1d4e2e7113510.tar.gz freebsd-ports-gnome-c987fc60e349b644f5749298cfa1d4e2e7113510.tar.zst freebsd-ports-gnome-c987fc60e349b644f5749298cfa1d4e2e7113510.zip |
- Minor cosmetic fixes
- Remove redundant CONFIGURE_TARGET and CONFIGURE_ARGS which are already
defined in bsd.kde.mk
- Fix WWW entry
PR: ports/73173
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer)
Diffstat (limited to 'irc/kmyirc')
-rw-r--r-- | irc/kmyirc/Makefile | 6 | ||||
-rw-r--r-- | irc/kmyirc/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/irc/kmyirc/Makefile b/irc/kmyirc/Makefile index 00afc6a3161c..c823bb33aac2 100644 --- a/irc/kmyirc/Makefile +++ b/irc/kmyirc/Makefile @@ -6,19 +6,17 @@ PORTNAME= kmyirc PORTVERSION= 0.2.9 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= laszlof@vonostingroup.com -COMMENT= "Good and easy IRC client for KDE." +COMMENT= Easy to use IRC client for KDE GNU_CONFIGURE= yes USE_KDELIBS_VER= 3 USE_GMAKE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes post-patch: diff --git a/irc/kmyirc/pkg-descr b/irc/kmyirc/pkg-descr index 9ff878e5a9ca..29762c8a6cb5 100644 --- a/irc/kmyirc/pkg-descr +++ b/irc/kmyirc/pkg-descr @@ -3,4 +3,4 @@ IRC client to KDE. Of course, there are several other IRC clients like ksirc or kvirc, but they're - not userfriendly - fully bloated, with too much of stuff that the normal irc user doesn't need. -WWW://kmyirc.sourceforge.net/ +WWW: http://kmyirc.sourceforge.net/ |