diff options
author | agc <agc@pkgsrc.org> | 2003-08-18 17:34:54 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-08-18 17:34:54 +0000 |
commit | 7825056ec8ef54d6b1ccca2b94cc9cb278cb05c1 (patch) | |
tree | b30bd55bb9b03698ca2f868435e9b82470e0a885 /textproc/nbsed/Makefile | |
parent | e39670cde9f6c5bd479f2789c46359e0669a0686 (diff) | |
download | pkgsrc-7825056ec8ef54d6b1ccca2b94cc9cb278cb05c1.tar.gz |
Initial import of an autoconf-ed version of NetBSD's sed(1).
Diffstat (limited to 'textproc/nbsed/Makefile')
-rw-r--r-- | textproc/nbsed/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile new file mode 100644 index 00000000000..f319f5a47e6 --- /dev/null +++ b/textproc/nbsed/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/18 17:34:54 agc Exp $ + +DISTNAME= nbsed-20030818 +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: + cd ${FILESDIR} && ${PAX} -rwpe . ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" |