aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-04 23:28:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-04 23:28:41 +0000
commitfaefaaace523ddfdb9b9b8bfc0303b09403ffef3 (patch)
tree9fa2dbb6e8f96691c1a5ee01f03559630a4264cc /misc
parentbea4c843d4dd0933419e9db06e70f766e3f317b8 (diff)
downloadports-faefaaace523ddfdb9b9b8bfc0303b09403ffef3.tar.gz
ports-faefaaace523ddfdb9b9b8bfc0303b09403ffef3.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/gnomehier/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile
index 509894ea82ae..435c5d7964d5 100644
--- a/misc/gnomehier/Makefile
+++ b/misc/gnomehier/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomehier
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc gnome
MASTER_SITES= # none
DISTFILES= # none
@@ -28,5 +28,6 @@ do-install:
${MKDIR} ${PREFIX}/$${dir}; \
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
done
+ @${CHMOD} +x ${PREFIX}/etc/gdm/Sessions/.keep_me
.include <bsd.port.mk>