diff options
author | tv <tv> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv> | 2005-04-11 21:44:48 +0000 |
commit | 2560f48b2f5afa9fcb23e0718a2e2727ca7824cc (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /doc/Makefile-example | |
parent | ef731a8149ff6629b89ef7b7b5cf109c8144b868 (diff) | |
download | pkgsrc-2560f48b2f5afa9fcb23e0718a2e2727ca7824cc.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 |