aboutsummaryrefslogtreecommitdiffstats
path: root/www/screem
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-07-23 00:09:50 +0800
committeradamw <adamw@FreeBSD.org>2004-07-23 00:09:50 +0800
commit36f8b9f424626c72d167605e4bf1dc44f4f4fc88 (patch)
treede58b1c5bbdff740ca8c0453ab13946c5481e350 /www/screem
parentc829ba944af00a1f444e9e68d9759633b77cf59b (diff)
downloadfreebsd-ports-gnome-36f8b9f424626c72d167605e4bf1dc44f4f4fc88.tar.gz
freebsd-ports-gnome-36f8b9f424626c72d167605e4bf1dc44f4f4fc88.tar.zst
freebsd-ports-gnome-36f8b9f424626c72d167605e4bf1dc44f4f4fc88.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
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>