diff options
Diffstat (limited to 'security/dropbear/Makefile')
-rw-r--r-- | security/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index a5085d415ce0..a8a6d3a52393 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= LDFLAGS=-static post-patch: @${REINPLACE_CMD} -e "s,_PRIV_FILENAME \"/etc/,_PRIV_FILENAME \"${PREFIX}/etc/,g; \ - s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h + s,/usr/bin/X11/,${LOCALBASE}/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch] @${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ ${WRKSRC}/libtomcrypt/Makefile.in |