diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 16:24:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 16:24:59 +0000 |
commit | afa55834c5e962dd323fc2ed407f1b02401070e8 (patch) | |
tree | c03f45c7308c7b79234e60ad363cda563300789a /security/cfs | |
parent | 375317cfe118f6c397d03bbe2a40810b3b30d634 (diff) | |
download | pkgsrc-afa55834c5e962dd323fc2ed407f1b02401070e8.tar.gz |
Whitespace fix
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 8c816b6bd20..a436f3ffca2 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/24 09:55:34 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/12/23 16:28:11 cjep Exp $ DISTNAME= cfs-1.4.1 CATEGORIES= security @@ -86,7 +86,7 @@ pre-build: ${FILESDIR}/unansi.sh > ${WRKSRC}/unansi ${CHMOD} +x ${WRKSRC}/unansi -do-build: +do-build: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ ${SH} ${CFS_BUILD_SCRIPT} ${ALL_TARGET} |