diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-18 17:43:05 +0000 |
commit | e25d6018962cadcda24cf0e0095e4c5eec3a24a1 (patch) | |
tree | ec25236e1f67d00d796e99886837bf5813a492c9 /textproc/gsed | |
parent | 884cfa1dd5993d017d76c5c97816bbfa10b9b7a8 (diff) | |
download | pkgsrc-e25d6018962cadcda24cf0e0095e4c5eec3a24a1.tar.gz |
These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools
target in bsd.buildlink2.mk accomplishes the same thing.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 67956e6a869..f10c62c9fa3 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/12/25 18:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/18 17:43:07 jlam Exp $ # DISTNAME= sed-3.02 @@ -14,7 +14,6 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES INFO_FILES= sed.info -AUTOMAKE_PATTERNS+= sed.info version.texi stamp-vti .include "../../mk/bsd.prefs.mk" |