diff options
author | jlam <jlam> | 2004-08-21 08:39:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-21 08:39:54 +0000 |
commit | 1611aada4b18dd1c237534b30f6d88aaa073fa31 (patch) | |
tree | 37507e58e3b6de60fd74a6f04ca44378baa93067 /textproc/nbsed/Makefile | |
parent | 0ee6f282914896320867b7d744383125bca331bf (diff) | |
download | pkgsrc-1611aada4b18dd1c237534b30f6d88aaa073fa31.tar.gz |
Update textproc/nbsed to 20040821 (date of import from src HEAD).
Changes from the previous version include:
- Adding a sed2nbcompat script to ease importing from src HEAD into
pkgsrc.
- Make this package depend on libnbcompat since it needs a regex
implementation and it's also a bootstrap package.
* s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1)
multi line text can be added.
Diffstat (limited to 'textproc/nbsed/Makefile')
-rw-r--r-- | textproc/nbsed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 2db47c4116d..aa2062fc9d3 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/07/25 05:42:30 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/21 08:39:54 jlam Exp $ -DISTNAME= nbsed-20040725 +DISTNAME= nbsed-20040821 CATEGORIES= textproc pkgtools MASTER_SITES= # empty DISTFILES= # empty @@ -10,11 +10,11 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= NetBSD-current's sed(1) NO_CHECKSUM= # defined - GNU_CONFIGURE= # defined post-extract: ${MKDIR} ${WRKSRC} cd ${FILESDIR} && ${PAX} -rwpe . ${WRKSRC} +.include "../../pkgtools/libnbcompat/inplace.mk" .include "../../mk/bsd.pkg.mk" |