diff options
Diffstat (limited to 'net-ftp/tlswrap/tlswrap-1.04-r2.ebuild')
-rw-r--r-- | net-ftp/tlswrap/tlswrap-1.04-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild index 472ed9ee54e6..ab21f447f15c 100644 --- a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild +++ b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild @@ -19,9 +19,9 @@ DEPEND="!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= )" RDEPEND=${DEPEND} -src_prepare() { - epatch "${FILESDIR}/${P}-libressl.patch" -} +PATCHES=( + "${FILESDIR}/${P}-libressl.patch" +) src_install() { emake prefix="${D}/usr" install |