diff options
Diffstat (limited to 'net/vomit/Makefile')
-rw-r--r-- | net/vomit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/vomit/Makefile b/net/vomit/Makefile index 2c8fc98037ed..22d5c90da7e1 100644 --- a/net/vomit/Makefile +++ b/net/vomit/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= vomit.1 +PLIST_FILES= bin/vomit post-patch: @${REINPLACE_CMD} -e 's|-O2 -Wall -g|@CFLAGS@|g' ${WRKSRC}/Makefile.in |