diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-22 08:49:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-22 08:49:58 +0000 |
commit | 7b9ad2abcf721f602ba855de14c00e98cfc2daf1 (patch) | |
tree | cfecb0d4c8685b6903f5b3d8ed7d5b7336e65767 /sysutils | |
parent | a2fec5b94b6d31e63dcdb226521b0dd52a1a41e4 (diff) | |
download | pkgsrc-7b9ad2abcf721f602ba855de14c00e98cfc2daf1.tar.gz |
Revert previous as the problem with AUTOMAKE_OVERRIDE has been fixed in
bsd.pkg.mk to be much more precise about the files that are touched.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 31df5ebb0ec..dfc1fd8884d 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/12/19 00:14:31 seb Exp $ +# $NetBSD: Makefile,v 1.15 2001/12/22 08:49:58 jlam Exp $ DISTNAME= fileutils-4.0 CATEGORIES= sysutils @@ -13,8 +13,4 @@ NO_PATCH= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=g -post-configure: - @${TOUCH} ${WRKSRC}/m4/Makefile.am ${WRKSRC}/m4/Makefile.in \ - ${WRKSRC}/m4/Makefile - .include "../../mk/bsd.pkg.mk" |