diff options
Diffstat (limited to 'news/nntpbtr/Makefile')
-rw-r--r-- | news/nntpbtr/Makefile | 2 |
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> |