summaryrefslogtreecommitdiff
path: root/pkgtools/digest/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2004-10-14 03:13:00 +0000
committeratatat <atatat>2004-10-14 03:13:00 +0000
commitc31ae131d4e93fd363f954f1d6ad6f9acd13ab3f (patch)
treece232a726c6ddd3ac8aa6ff2ca64bde1b3a49eea /pkgtools/digest/Makefile
parentbae4c3943c10109ac2876df47ef0fb157f4cb72d (diff)
downloadpkgsrc-c31ae131d4e93fd363f954f1d6ad6f9acd13ab3f.tar.gz
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 (limited to 'pkgtools/digest/Makefile')
-rw-r--r--pkgtools/digest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 9240ba3b910..ff86309e89b 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -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 @@ CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= agc@NetBSD.org
-HOMEPAGE= http://www.NetBSD.org/Documentation/software/packages.html
-COMMENT= Message digest wrapper utility
+MAINTAINER?= agc@NetBSD.org
+HOMEPAGE?= http://www.NetBSD.org/Documentation/software/packages.html
+COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews