diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-10 17:59:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-10 17:59:24 +0000 |
commit | 2fb7592f807315cdcf4129ef6a0d5ab444bb8d49 (patch) | |
tree | 41c61ebae832cb8421b7b2469df3d509743ccf51 /sysutils/nautilus/Makefile | |
parent | 7059ee77b263e5d0c838ad857075455dfc61c01e (diff) | |
download | pkgsrc-2fb7592f807315cdcf4129ef6a0d5ab444bb8d49.tar.gz |
Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner. Bump PKGREVISION to 2.
Diffstat (limited to 'sysutils/nautilus/Makefile')
-rw-r--r-- | sysutils/nautilus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index 4bf05d959dc..5072f2091d8 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/02/09 18:47:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/10 17:59:24 jmmv Exp $ # DISTNAME= nautilus-2.4.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.4/} EXTRACT_SUFX= .tar.bz2 |