summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-14 22:12:45 +0000
committerjoerg <joerg>2009-06-14 22:12:45 +0000
commit394eaeb4300297b58969235a74d4bd174914b660 (patch)
tree15db79ed9910f6daa70987438f0ce35326ebe3c3 /x11/gtk2
parentd9c7953d92fccb271afdc402876fc6e7f9af3b5f (diff)
downloadpkgsrc-394eaeb4300297b58969235a74d4bd174914b660.tar.gz
Remove @dirrm logic.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 6ea9f41df9f..e84c2344495 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2009/06/04 21:38:52 tron Exp $
+# $NetBSD: Makefile,v 1.176 2009/06/14 22:14:20 joerg Exp $
DISTNAME= gtk+-2.16.2
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -48,10 +48,6 @@ BUILD_DIRS= . demos/gtk-demo
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
-PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \
- { print "@unexec $${RMDIR} %D/" $$2 \
- " 2>/dev/null || $${TRUE}"; next; }
-
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_MESSAGE.pthread= Fixing pthread flags.