diff options
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 08ade87ba017..7989808cbc32 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -55,6 +55,10 @@ post-build: @cd ${WRKSRC}/Xvnc && make World .endif +post-patch: + @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ + ${WRKSRC}/Xvnc/config/cf/vnc.def + pre-install: @${RM} -f ${PLIST} @${TOUCH} -f ${PLIST} |