summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-01-24 05:07:19 +0000
committerAde Lovett <ade@FreeBSD.org>2001-01-24 05:07:19 +0000
commit77b07c735b1479d4bae88a3578dde6f1a8490d90 (patch)
tree77916abf7205bca99521f0d478817756d594142d /x11/gnomelibs/Makefile
parentUpdate to 1.19. (diff)
Update to 1.2.9 -- bring in a few pieces of documentation here
which slightly change a few other ports.
Notes
Notes: svn path=/head/; revision=37520
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index a4d16826a6d6..bc4a0fb11e0e 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomelibs
-PORTVERSION= 1.2.8
-PORTREVISION= 1
+PORTVERSION= 1.2.9
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
@@ -46,4 +45,8 @@ post-patch:
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
+# need to make launched gnome-terminals appear in utmp/wtmp
+post-install:
+ @${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper
+
.include <bsd.port.mk>