diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
commit | f3a1a0c10135fc987471f9b2991661a2a50cb95a (patch) | |
tree | 9184b94722299b9e1ad138596d58322a63cb8f56 /lang/gcc41 | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) | |
download | freebsd-ports-gnome-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz freebsd-ports-gnome-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.zst freebsd-ports-gnome-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip |
Use PAX macro.
Diffstat (limited to 'lang/gcc41')
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 92e7aa4917fd..50a827b3fe40 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -107,7 +107,7 @@ do-fetch: do-extract: ${MKDIR} ${SRCDIR} - cd ${DISTDIR}/${DIST_SUBDIR}/${DIST_SUBDIR ; pax -pe -rwt . ${SRCDIR} + cd ${DISTDIR}/${DIST_SUBDIR}/${DIST_SUBDIR ; ${PAX} -pe -rwt . ${SRCDIR} .endif # CVS_DATE post-patch: |