diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /doc/Makefile-example | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r-- | doc/Makefile-example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index 6e29952c0ba..36885d99cba 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.8 2005/02/12 11:05:05 rillig Exp $ +# $NetBSD: Makefile-example,v 1.9 2005/04/11 21:45:39 tv Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -28,14 +28,13 @@ LICENSE= hptools-license PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready packages # Fifth paragraph - all build definitions that describe things used by -# the package. These include: WRKSRC, USE_BUILDLINK3, GNU_CONFIGURE, +# the package. These include: WRKSRC, GNU_CONFIGURE, # HAS_CONFIGURE, USE_PKGLOCALEDIR, USE_INSTALL, TEXINFO_REQD, USE_JAVA, # USE_PERL5, INFO_FILES, DIST_SUBDIR, etc. DIST_SUBDIR= gmake GNU_CONFIGURE= yes INFO_FILES= make.info # any info files, whitespace delimited TEXINFO_REQD= 4.0 # version of texinfo which is necessary -USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes WRKSRC= ${WRKDIR}/src |