diff options
Diffstat (limited to 'net/gnomenetstatus/Makefile')
-rw-r--r-- | net/gnomenetstatus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile index ac9d3bf93f5d..ee735aa98d5d 100644 --- a/net/gnomenetstatus/Makefile +++ b/net/gnomenetstatus/Makefile @@ -29,8 +29,4 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= netstatus.schemas -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g' - .include <bsd.port.mk> |