diff options
author | minskim <minskim> | 2004-11-11 06:05:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-11 06:05:55 +0000 |
commit | c148c9a19252a38e183a22705858d514507a7e06 (patch) | |
tree | a7911ece1f9e9108d74a8cb41ad7ec5a2df12042 /doc/Makefile-example | |
parent | 95222f898513ea9d49e2ce423093ae7e05983736 (diff) | |
download | pkgsrc-c148c9a19252a38e183a22705858d514507a7e06.tar.gz |
Remove reference to buildlink2.
Diffstat (limited to 'doc/Makefile-example')
-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" |