diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-22 16:09:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-22 16:09:50 +0000 |
commit | fb9099f6e1cbfde1e777c96dce96170ab95b2e91 (patch) | |
tree | a1615f05ae147952f5026cb54a4c8d70ded8a5a9 | |
parent | ba90b71fb7d2df8d6d7854641a9414ad6cc61979 (diff) | |
download | ports-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
-rw-r--r-- | www/screem-devel/Makefile | 5 | ||||
-rw-r--r-- | www/screem/Makefile | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 0475749ea683..6a2989c2e2ee 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/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> 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> |