diff options
author | seb <seb@pkgsrc.org> | 2004-02-12 08:55:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-02-12 08:55:33 +0000 |
commit | 9b15f8e382fb613b6f33ecf404e5370d5705a9ca (patch) | |
tree | 6965a983e78b15d32fa5445ee6dd38bf51762a9e /devel/gtexinfo | |
parent | a854f1222e2650031e39c0ef7afb8c3e49511eb6 (diff) | |
download | pkgsrc-9b15f8e382fb613b6f33ecf404e5370d5705a9ca.tar.gz |
Make pathnames listed in CONFIG_STATUS_OVERRIDE relative to WRKSRC.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 94d286c5a37..3486f2f7f72 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/02/11 00:47:20 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2004/02/12 08:55:33 seb Exp $ DISTNAME= texinfo-4.6 PKGNAME= g${DISTNAME} @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIG_STATUS_OVERRIDE= ${WRKSRC}/config.status +CONFIG_STATUS_OVERRIDE= config.status INFO_FILES= info-stnd.info info.info texinfo TEST_TARGET= check |