diff options
Diffstat (limited to 'www/screem/Makefile')
-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> |