diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-18 18:08:29 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-18 18:08:29 +0000 |
commit | e575af0c4d95644fe63e2e14996af07a5c642b09 (patch) | |
tree | ab79583821e856f7f86a47098fb166b25504215d /devel/libtool | |
parent | 886da8ffcf56ba0722894b3950c496c214bc9733 (diff) | |
download | pkgsrc-e575af0c4d95644fe63e2e14996af07a5c642b09.tar.gz |
Oops. Shouldn't have removed the FILESDIR.
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index ce10eda4906..51743268c1b 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2001/04/17 16:56:15 skrll Exp $ +# $NetBSD: Makefile.common,v 1.9 2001/04/18 18:08:29 skrll Exp $ # DISTNAME= libtool-ml-20010219 @@ -15,4 +15,5 @@ CONFLICTS= glibtool-* GNU_CONFIGURE= yes DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo +FILESDIR= ${.CURDIR}/../libtool/files PATCHDIR= ${.CURDIR}/../libtool/patches |