diff options
author | roam <roam@FreeBSD.org> | 2001-08-07 04:40:48 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-08-07 04:40:48 +0800 |
commit | e60e9cb23ea5ea2fc25ac225f97a2743735a142d (patch) | |
tree | f67be5f1b3cb9b1bc1bc7ae4a47cd6f3b5731d20 /sysutils/safecat/Makefile | |
parent | d114580fa34c48c340eb978a67baf98c39a8773f (diff) | |
download | freebsd-ports-gnome-e60e9cb23ea5ea2fc25ac225f97a2743735a142d.tar.gz freebsd-ports-gnome-e60e9cb23ea5ea2fc25ac225f97a2743735a142d.tar.zst freebsd-ports-gnome-e60e9cb23ea5ea2fc25ac225f97a2743735a142d.zip |
Fix an mtree problem on bento: the installation utility was
changing the modes on several directories to 2755.
Guess I should have noticed this at my first installworld
after testing this port. Bad me, no cookie.
Submitted by: bento
Diffstat (limited to 'sysutils/safecat/Makefile')
-rw-r--r-- | sysutils/safecat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile index 7d9589a57a73..b5607096dcce 100644 --- a/sysutils/safecat/Makefile +++ b/sysutils/safecat/Makefile @@ -7,6 +7,7 @@ PORTNAME= safecat PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= sysutils mail MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/ |