aboutsummaryrefslogtreecommitdiff
path: root/www/screem
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-07-22 16:09:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-07-22 16:09:50 +0000
commitfb9099f6e1cbfde1e777c96dce96170ab95b2e91 (patch)
treea1615f05ae147952f5026cb54a4c8d70ded8a5a9 /www/screem
parentba90b71fb7d2df8d6d7854641a9414ad6cc61979 (diff)
downloadports-fb9099f6e1cbfde1e777c96dce96170ab95b2e91.tar.gz
ports-fb9099f6e1cbfde1e777c96dce96170ab95b2e91.zip
Remove the hack to manually create ${PREFIX}/etc/gconf/gconf.xml.defaults
as this is now done by bsd.gnome.mk. Asked, but didn't bother waiting for a reply from: maintainer
Notes
Notes: svn path=/head/; revision=114444
Diffstat (limited to 'www/screem')
-rw-r--r--www/screem/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index 0475749ea683..6a2989c2e2ee 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -43,9 +43,4 @@ post-patch:
post-configure:
@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
-# HACK: This allows test builds into a temporary directory, but in the REAL world,
-# gconf would have created this directory.
-pre-install:
- @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults
-
.include <bsd.port.mk>