summaryrefslogtreecommitdiff
path: root/x11/controlcenter/Makefile
diff options
context:
space:
mode:
authorkei <kei>2002-08-19 02:48:07 +0000
committerkei <kei>2002-08-19 02:48:07 +0000
commit3025186c380c2f23541e988e40aeaf2b21f0af01 (patch)
tree8ed287595ba24ca75fac1546ac92671cf207c191 /x11/controlcenter/Makefile
parent9fac0b1dda13b225d2855626a43f9bdd5639048b (diff)
downloadpkgsrc-3025186c380c2f23541e988e40aeaf2b21f0af01.tar.gz
create an empty directory ${PREFIX}/share/control-center/capplets on post-
install target and register it to PLIST to make deinstallation happy.
Diffstat (limited to 'x11/controlcenter/Makefile')
-rw-r--r--x11/controlcenter/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index d91091a1629..58f9a3ee675 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/07/16 13:11:13 agc Exp $
+# $NetBSD: Makefile,v 1.40 2002/08/19 02:48:07 kei Exp $
DISTNAME= control-center-1.4.0.4
CATEGORIES= x11 gnome
@@ -38,6 +38,9 @@ post-patch:
done
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
+post-install:
+ ${MKDIR} ${PREFIX}/share/control-center/capplets
+
.include "../../devel/popt/buildlink.mk"
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../graphics/gdk-pixbuf/buildlink.mk"