aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpbtr/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 16:05:25 +0800
committertrevor <trevor@FreeBSD.org>2004-01-22 16:05:25 +0800
commita2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch)
tree1783d42db69482fe9b0585884987dd73e27606b8 /news/nntpbtr/Makefile
parent8e91f1a7ca722250d05e300697711f8bcfc60534 (diff)
downloadfreebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz
freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.zst
freebsd-ports-gnome-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip
Use PAX macro.
Diffstat (limited to 'news/nntpbtr/Makefile')
-rw-r--r--news/nntpbtr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile
index 8c995c37bbfc..8fe5d1b455f7 100644
--- a/news/nntpbtr/Makefile
+++ b/news/nntpbtr/Makefile
@@ -21,7 +21,7 @@ post-extract:
@${RM} -rf ${WRKSRC}/RCS
pre-build:
- cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || ${TRUE}
+ cd ${FILESDIR} ; ${PAX} -rw -l -u dbz ${WRKDIR} || ${TRUE}
cd ${WRKDIR}/dbz ; ${CC} ${CFLAGS} -c -I. dbz.c
.include <bsd.port.mk>