diff options
author | grant <grant@pkgsrc.org> | 2004-03-28 02:43:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-28 02:43:21 +0000 |
commit | f2d85b7aed2aee296e8e4475c5a7d3b6ac5df178 (patch) | |
tree | 103e31b26f82d6ee2e5224dccadae88f4037cecf /pkgtools | |
parent | 35c826f6a5b56c6035c1cc0a9f5334906dd62db0 (diff) | |
download | pkgsrc-f2d85b7aed2aee296e8e4475c5a7d3b6ac5df178.tar.gz |
add missing DESCR to DISTFILES.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/digest/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/files/Makefile.in b/pkgtools/digest/files/Makefile.in index 041ad7f115e..1bf8a7428b1 100644 --- a/pkgtools/digest/files/Makefile.in +++ b/pkgtools/digest/files/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.1 2002/12/21 04:06:12 schmonz Exp $ +# $Id: Makefile.in,v 1.2 2004/03/28 02:43:21 grant Exp $ @SET_MAKE@ SHELL = @SHELL@ @@ -49,7 +49,7 @@ bits_OBJS = bits.o SRCS= digest.c md5c.c rmd160.c rmd160hl.c sha2.c sha2hl.c md5hl.c sha1.c \ sha1hl.c bits.c md5.h rmd160.h sha1.h sha2.h -DISTFILES= $(SRCS) AUTHORS COPYING INSTALL Makefile.in NEWS README aclocal.m4 \ +DISTFILES= $(SRCS) AUTHORS COPYING DESCR INSTALL Makefile.in NEWS aclocal.m4 \ config.guess config.h.in config.sub configure configure.ac install-sh \ missing mkinstalldirs regress.sh |