pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/digest Make MAINTAINER, HOMEPAGE, and COMMENT...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9fd0060e874
branches: trunk
changeset: 481871:d9fd0060e874
user: atatat <atatat%pkgsrc.org@localhost>
date: Thu Oct 14 03:13:00 2004 +0000
description:
Make MAINTAINER, HOMEPAGE, and COMMENT use ?= instead of = so that the
rdigest package works. I have no idea why I never committed this
before.
diffstat:
pkgtools/digest/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 53a3b2b0066e -r d9fd0060e874 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile Thu Oct 14 02:39:19 2004 +0000
+++ b/pkgtools/digest/Makefile Thu Oct 14 03:13:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2004/03/22 06:07:46 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2004/10/14 03:13:00 atatat Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -8,9 +8,9 @@
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= agc%NetBSD.org@localhost
-HOMEPAGE= http://www.NetBSD.org/Documentation/software/packages.html
-COMMENT= Message digest wrapper utility
+MAINTAINER?= agc%NetBSD.org@localhost
+HOMEPAGE?= http://www.NetBSD.org/Documentation/software/packages.html
+COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
Home |
Main Index |
Thread Index |
Old Index