diff options
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 5c32e3df3..8552870f0 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -28,10 +28,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps |