pkgsrc/textproc/nbsed/Makefile
jlam 6cc8af8dc3 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.
2004-08-21 08:39:54 +00:00

20 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/08/21 08:39:54 jlam Exp $
DISTNAME= nbsed-20040821
CATEGORIES= textproc pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
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"