diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-23 00:09:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-23 00:09:50 +0800 |
commit | 36f8b9f424626c72d167605e4bf1dc44f4f4fc88 (patch) | |
tree | de58b1c5bbdff740ca8c0453ab13946c5481e350 /www/screem | |
parent | c829ba944af00a1f444e9e68d9759633b77cf59b (diff) | |
download | freebsd-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/Makefile | 5 |
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> |