diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
commit | f3a1a0c10135fc987471f9b2991661a2a50cb95a (patch) | |
tree | 9184b94722299b9e1ad138596d58322a63cb8f56 /news/nntpbtr | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) | |
download | ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip |
Notes
Diffstat (limited to 'news/nntpbtr')
-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> |