From 50086708fb6ac2b600a25ae5066bf7965b69c6c4 Mon Sep 17 00:00:00 2001 From: asau Date: Sat, 19 Apr 2014 01:14:41 +0000 Subject: Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead. --- cross/mingw-w32api-bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/mingw-w32api-bin') diff --git a/cross/mingw-w32api-bin/Makefile b/cross/mingw-w32api-bin/Makefile index ec88ee231b6..55d7a51a8dd 100644 --- a/cross/mingw-w32api-bin/Makefile +++ b/cross/mingw-w32api-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/03 00:10:30 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/04/19 01:15:46 asau Exp $ DISTNAME= w32api-3.11 PKGNAME= mingw-w32api-bin-3.11 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} INSTALLATION_DIRS+= ${MINGW_TARGET} do-install: - cd ${WRKSRC} && pax -rw -pe include lib \ + cd ${WRKSRC} && pax -rw -pp include lib \ ${DESTDIR}${PREFIX}/${MINGW_TARGET} .include "../../cross/mingw/Makefile.common" -- cgit v1.2.3