diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 10:44:29 +0000 |
commit | 3e4a806167fd4921ccc48623317dc31d7ab4f276 (patch) | |
tree | 2e1c942caa79a250b3baeb557ee3445960e10d70 /net/libgweather | |
parent | d9b2d0f0da5b6f85f90547429dadaa903033f59a (diff) |
Notes
Diffstat (limited to 'net/libgweather')
-rw-r--r-- | net/libgweather/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index 6a0bbb9cc7f2..a0171cf96cbc 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -28,4 +28,7 @@ INSTALL_TARGET= install-strip GCONF_SCHEMAS= gweather.schemas +post-patch: + @${REINPLACE_CMD} '/noinst_PROGRAMS/,+1 d' ${WRKSRC}/libgweather/Makefile.in + .include <bsd.port.mk> |