aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-01-23 15:13:36 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-01-23 15:13:36 +0000
commit13547e23788028e98516e8e084922017cf66918e (patch)
treef409b220daf5fff6dbe53e0c7bcacf3188d07407
parentac32e0e4e84fe4fd29822aa02f3c10e0a0cf9fdf (diff)
Switch to rm because unlink doesn't accept flags.
Pointyhat to: kwm@ for not reading the rm/unlink man page good enough.
Notes
Notes: svn path=/head/; revision=407000
-rw-r--r--devel/glib20/Makefile2
-rw-r--r--devel/glib20/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index d89d04842be4..9cfc5cbc26a6 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glib
PORTVERSION= 2.44.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist
index aecc4f1c1c38..afce3c3c61ac 100644
--- a/devel/glib20/pkg-plist
+++ b/devel/glib20/pkg-plist
@@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo
@dir lib/gio/modules
@dir share/GConf/gsettings
@postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true
-@postunexec /bin/unlink -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
+@postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true