diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:45:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 18:45:43 +0000 |
commit | 0fca21d3345e0ecbb3236644af8e027a14cd6007 (patch) | |
tree | 8d3a251cfd25710262d81326757fe4bc76d04bfb | |
parent | 37f8a8cb72aa17922667c9a789e3d87549cafdb5 (diff) | |
download | ports-0fca21d3345e0ecbb3236644af8e027a14cd6007.tar.gz ports-0fca21d3345e0ecbb3236644af8e027a14cd6007.zip |
Notes
-rw-r--r-- | comms/seyon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index edb1788b34f6..597b801ab08e 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -20,4 +20,8 @@ PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \ post-extract: ${CHMOD} +x ${WRKSRC}/makever.sh +post-patch: + ${REINPLACE_CMD} -e "s/getline(/seyon_getline(/g" \ + ${WRKSRC}/SeDecl.h ${WRKSRC}/SeScript.c ${WRKSRC}/SeSupp.c + .include <bsd.port.mk> |