summaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-tools
diff options
context:
space:
mode:
authorrichard <richard>2014-04-21 06:34:08 +0000
committerrichard <richard>2014-04-21 06:34:08 +0000
commit01a21752407398d8e599260360c8bb42cbfdb6c6 (patch)
tree3ea9021328ab2279f3a1d4f15ca410f4f18e5321 /sysutils/gnome-system-tools
parent4581bd10cb0151c8dbb0fa75439f795940d805fd (diff)
downloadpkgsrc-01a21752407398d8e599260360c8bb42cbfdb6c6.tar.gz
fix symlink problems when primary source figure is not in 'C' directory
Diffstat (limited to 'sysutils/gnome-system-tools')
-rw-r--r--sysutils/gnome-system-tools/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile
index c669d5f455c..669a4bc2566 100644
--- a/sysutils/gnome-system-tools/Makefile
+++ b/sysutils/gnome-system-tools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2013/10/10 14:42:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2014/04/21 06:34:08 richard Exp $
#
DISTNAME= gnome-system-tools-2.22.2
-PKGREVISION= 25
+PKGREVISION= 26
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-tools/2.22/}
EXTRACT_SUFX= .tar.bz2
@@ -28,6 +28,12 @@ USE_LIBTOOL= YES
GCONF_SCHEMAS+= gnome-system-tools.schemas
+#fix symlink problems when primary source figure is not in 'C' directory root
+#may be overkill (only nl needs this) but it avoids `pkg_admin check` errors
+post-extract:
+ ${CP} ${WRKSRC}/doc/services/nl/figures/service-properties.png \
+ ${WRKSRC}/doc/services/C/figures/
+
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"