diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-29 08:59:45 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-29 08:59:45 +0800 |
commit | 1007414dd455ca560c2b579e2fc60bb2dd3a0b48 (patch) | |
tree | c9b77ff0a06b3c50c9e117bf3b9bd9affdc30022 | |
parent | 9c19d12d10b03514eee866fd1501f5a1219d2bc1 (diff) | |
download | freebsd-ports-gnome-1007414dd455ca560c2b579e2fc60bb2dd3a0b48.tar.gz freebsd-ports-gnome-1007414dd455ca560c2b579e2fc60bb2dd3a0b48.tar.zst freebsd-ports-gnome-1007414dd455ca560c2b579e2fc60bb2dd3a0b48.zip |
Fix COMMENT
-rw-r--r-- | deskutils/launchy/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-SSL/Makefile | 2 | ||||
-rw-r--r-- | net/xrdesktop/Makefile | 2 | ||||
-rw-r--r-- | sysutils/x86info/Makefile | 2 | ||||
-rw-r--r-- | x11/xclip/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 7b7283320a9b..c575c30dddc7 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -8,7 +8,7 @@ CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} MAINTAINER= eadler@FreeBSD.org -COMMENT= An open source keystroke launcher +COMMENT= Open source keystroke launcher BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils diff --git a/mail/p5-Net-SMTP-SSL/Makefile b/mail/p5-Net-SMTP-SSL/Makefile index b43911ab56e0..a2b00f301f4d 100644 --- a/mail/p5-Net-SMTP-SSL/Makefile +++ b/mail/p5-Net-SMTP-SSL/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org -COMMENT= An SMTP client supporting SSL +COMMENT= SMTP client supporting SSL BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL diff --git a/net/xrdesktop/Makefile b/net/xrdesktop/Makefile index b05bead5c93b..3cb97e4d30ce 100644 --- a/net/xrdesktop/Makefile +++ b/net/xrdesktop/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/ MAINTAINER= eadler@FreeBSD.org -COMMENT= A p5-Gtk frontend to rdesktop +COMMENT= p5-Gtk frontend to rdesktop RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \ p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 7ae26e918e9e..5fdf0f9a9052 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://codemonkey.org.uk/projects/x86info/ EXTRACT_SUFX= .tgz MAINTAINER= eadler@FreeBSD.org -COMMENT= An x86 CPU identification utility +COMMENT= x86 CPU identification utility LICENSE= GPLv2 diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 6753c722e7fe..6f3592cd7127 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= eadler@FreeBSD.org -COMMENT= An interface to X selections ("the clipboard") from the command line +COMMENT= Interface to X selections ("the clipboard") from the command line USE_AUTOTOOLS= autoconf:env aclocal:env automake:env USE_XORG= x11 xmu |