summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-15 01:14:28 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-15 01:14:28 +0800
commit0c9c7556a69cbd012a70d38eb4a4a933cd619c80 (patch)
tree56d60a4dda7feb4ca857f81bbf2b8c6786f277b5
parent32aee3d270da282ede6011bb4d2f932e1be6d003 (diff)
downloadmarcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar.gz
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar.bz2
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar.lz
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar.xz
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.tar.zst
marcuscom-ports-0c9c7556a69cbd012a70d38eb4a4a933cd619c80.zip
Remove extra blank line in Makefile.
Talk about gtk+3 and gtk+2 in pkg-descr instead of gtk+2 and gtk+1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15222 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/gtk30/Makefile3
-rw-r--r--x11-toolkits/gtk30/pkg-descr4
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 765596590..ed9a6ad78 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,7 +3,7 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.21 2011/02/01 22:40:58 kwm Exp $
+# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.22 2011/02/11 00:30:59 kwm Exp $
#
PORTNAME= gtk
@@ -86,7 +86,6 @@ pre-configure:
@${FALSE}
.endif
-
pre-build:
@${RM} -rf ${WRKSRC}/docs/gtk.info*
diff --git a/x11-toolkits/gtk30/pkg-descr b/x11-toolkits/gtk30/pkg-descr
index 8cee4afc7..e3c05e990 100644
--- a/x11-toolkits/gtk30/pkg-descr
+++ b/x11-toolkits/gtk30/pkg-descr
@@ -3,8 +3,8 @@ essentially provides the building blocks from which GUIs can be
built. It is highly themable, and its functionality is highly
extensible.
-GTK+-2 is a very stable release, similar only in design to GTK+-1.
-GTK+-2 can coexist happily alongside GTK+-1, but applications are
+GTK+-3 is a very stable release, similar only in design to GTK+-2.
+GTK+-3 can coexist happily alongside GTK+-2, but applications are
written for one version or the other.
WWW: http://www.gtk.org/