summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-02-12 11:05:05 +0000
committerrillig <rillig@pkgsrc.org>2005-02-12 11:05:05 +0000
commita49f617a66f526b6a6c3e5655caa1920cc5624fd (patch)
tree7dd655b93f2f022ad96b4d836d4c96f03b40fced /doc/Makefile-example
parent8f3aa751d6a7487bc1c1fc143a23a9a9ab00dda2 (diff)
downloadpkgsrc-a49f617a66f526b6a6c3e5655caa1920cc5624fd.tar.gz
Replaced the deprecated ALL_TARGET variable in the example Makefile with
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r--doc/Makefile-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index 8773fef0000..6e29952c0ba 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.7 2004/11/11 06:05:55 minskim Exp $
+# $NetBSD: Makefile-example,v 1.8 2005/02/12 11:05:05 rillig Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -49,7 +49,7 @@ CONFIGURE_ENV+= ac_cv_path_PYTHON="${PYTHONBIN}"
MAKE_ENV+= PKG_SYSCONFDIR="${PKG_SYSCONFDIR}"
# Eighth paragraph - different targets
-# ALL_TARGET, INSTALL_TARGET, TEST_TARGET
+# BUILD_TARGET, INSTALL_TARGET, TEST_TARGET
TEST_TARGET= check
# always include bsd.prefs.mk before any .if or .ifdef statements