diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /security/cfs | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 5e349a87630..c7bb8ff5ff3 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/08/03 04:35:42 tv Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:07 wiz Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 3 @@ -15,7 +15,7 @@ NO_EXPORT_CPP= YES CRYPTO= # defined -ALL_TARGET= cfs +BUILD_TARGET= cfs INSTALL_TARGET= install_cfs # Avoid conflicts with coda-client's cpasswd by consistently renaming @@ -100,7 +100,7 @@ pre-build: do-build: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${SH} ${CFS_BUILD_SCRIPT} ${ALL_TARGET} + ${SH} ${CFS_BUILD_SCRIPT} ${BUILD_TARGET} post-install: cd ${WRKSRC}; for file in *.1; do \ |