diff options
author | wiz <wiz> | 2002-07-29 11:25:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-29 11:25:37 +0000 |
commit | 15fcc5deac20f01983a82b0b617b472edeca03c5 (patch) | |
tree | b11f2b7c4bc7f4590009441a7bf6b74606b0c1dd | |
parent | 28a6021419ddc79a4140e1b05e1e394940e71e76 (diff) | |
download | pkgsrc-15fcc5deac20f01983a82b0b617b472edeca03c5.tar.gz |
Tabify, and apply patch from pkg/17331 by Julio Merino, adding
NO_PATCH and NO_CONFIGURE.
-rw-r--r-- | pkgtools/digest/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 4756ddbda29..09741ec3a31 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,22 +1,24 @@ -# $NetBSD: Makefile,v 1.24 2002/06/21 15:26:07 abs Exp $ +# $NetBSD: Makefile,v 1.25 2002/07/29 11:25:37 wiz Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. DISTNAME= digest-${VERSION} CATEGORIES= pkgtools -MASTER_SITES= # empty -DISTFILES= # empty +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= agc@netbsd.org -HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html +HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= Message digest wrapper utility VERSION= 20010807 -EXTRACT_ONLY= # empty +EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} -NO_CHECKSUM= # defined +NO_CHECKSUM= # defined +NO_PATCH= # defined +NO_CONFIGURE= # defined MANCOMPRESSED_IF_MANZ= YES BUILD_DEFS+= MANINSTALL |