diff options
author | jlam <jlam> | 2001-07-24 09:55:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-24 09:55:34 +0000 |
commit | 4c1531671e9c13715ff89bff2054ff82272b4597 (patch) | |
tree | 3be0276ba644e9ceb1872824527a9095e1f21e2a /security/cfs | |
parent | 28e5ab06fc83de49870afa254324125846f17866 (diff) | |
download | pkgsrc-4c1531671e9c13715ff89bff2054ff82272b4597.tar.gz |
Re-add accidentally removed do-build target. -current doesn't need it, but
1.5.x does.
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 823f02a1aaf..8c816b6bd20 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/09 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/07/24 09:55:34 jlam Exp $ DISTNAME= cfs-1.4.1 CATEGORIES= security @@ -86,6 +86,10 @@ pre-build: ${FILESDIR}/unansi.sh > ${WRKSRC}/unansi ${CHMOD} +x ${WRKSRC}/unansi +do-build: + cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ + ${SH} ${CFS_BUILD_SCRIPT} ${ALL_TARGET} + pre-install: ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ ${FILESDIR}/cfsd.sh > ${WRKDIR}/cfsd.sh |