diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 23:28:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-04 23:28:41 +0000 |
commit | faefaaace523ddfdb9b9b8bfc0303b09403ffef3 (patch) | |
tree | 9fa2dbb6e8f96691c1a5ee01f03559630a4264cc /misc | |
parent | Add apotheke, a CVS view for Nautilus 2. (diff) |
Quiet gdm by making the .keep_me file in the gdm Sessions directory
executable.
PR: 44912
Notes
Notes:
svn path=/head/; revision=69478
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnomehier/Makefile | 3 |
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> |