diff options
Diffstat (limited to 'misc/esniper')
-rw-r--r-- | misc/esniper/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 6d0622559066..11c9afa93e41 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -25,6 +25,9 @@ PLIST_FILES= bin/esniper PORTEXAMPLES= sample_auction.txt sample_config.txt +post-patch: + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/http.c + post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} |