summaryrefslogtreecommitdiff
path: root/cross/mingw-w32api-bin
diff options
context:
space:
mode:
authorasau <asau>2014-04-19 01:14:41 +0000
committerasau <asau>2014-04-19 01:14:41 +0000
commit50086708fb6ac2b600a25ae5066bf7965b69c6c4 (patch)
tree85252d490162d217158336a5cab29fa287ca46db /cross/mingw-w32api-bin
parent8ba8d853ec8f5cf2dbb7121bdf507faad5969004 (diff)
downloadpkgsrc-50086708fb6ac2b600a25ae5066bf7965b69c6c4.tar.gz
Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.
Diffstat (limited to 'cross/mingw-w32api-bin')
-rw-r--r--cross/mingw-w32api-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
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"