diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-11 06:05:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-11 06:05:55 +0000 |
commit | adc1d60e644d47932d6a4c736eaa0203b6186fbb (patch) | |
tree | a7911ece1f9e9108d74a8cb41ad7ec5a2df12042 | |
parent | f93b04bea47d126b2db3360cd56b83788d2cc9d2 (diff) | |
download | pkgsrc-adc1d60e644d47932d6a4c736eaa0203b6186fbb.tar.gz |
Remove reference to buildlink2.
-rw-r--r-- | doc/Makefile-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index c167cd0ce53..8773fef0000 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.6 2004/05/14 18:58:26 wiz Exp $ +# $NetBSD: Makefile-example,v 1.7 2004/11/11 06:05:55 minskim Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX} PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX} BUILD_DEFS+= GNU_PROGRAM_PREFIX -# buildlink[23] files should come after all variables have been set, +# buildlink3 files should come after all variables have been set, # sorted alphabetically. .include "../../devel/gettext-lib/buildlink3.mk" |