summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorcjep <cjep>2002-11-17 09:37:21 +0000
committercjep <cjep>2002-11-17 09:37:21 +0000
commit79ea365fc38ea4699d2c43ac202d06de8ba65e8e (patch)
tree8e01449e57c3536d9c8be678a5754c0293acc7aa /pkgtools/digest
parent5c5d8bf63b13879973754362a6d2456f0df01a2c (diff)
downloadpkgsrc-79ea365fc38ea4699d2c43ac202d06de8ba65e8e.tar.gz
Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit)
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 5ba2c40395b..42adf929430 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/09/04 12:53:02 tron Exp $
+# $NetBSD: Makefile,v 1.29 2002/11/17 09:37:22 cjep Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -32,10 +32,10 @@ MAKE_ENV+= VERSION="${VERSION}"
.if ${OPSYS} == "SunOS"
MAKEFLAGS+= NETBSD_COMPATIBLE=YES
MANINSTALL=
-.elif ${OPSYS} == "Linux"
+.elif ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
CPPFLAGS+=-D__COPYRIGHT\(x\)=\; -D__RCSID\(x\)=\;
.endif
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
PLIST= ${WRKSRC}/.PLIST
post-install:
${GREP} -v '^man/cat' ${PKGDIR}/PLIST > ${PLIST}