diff options
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 5c0bd4d9f47d..4c16882e5a8a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -22,16 +22,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run MAN8= stunnel.8 -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} cert: @(cd ${WRKSRC}; make cert) -post-patch: - ${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/configure > ${WRKSRC}/configure~ - ${MV} ${WRKSRC}/configure~ ${WRKSRC}/configure - ${CHMOD} a+x ${WRKSRC}/configure - post-build: @${ECHO} "" @${ECHO} "********************************************************************" |