summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbjs <bjs>2008-01-28 01:15:26 +0000
committerbjs <bjs>2008-01-28 01:15:26 +0000
commitb469597e56bcfcc9f22d5e2d34d27c5883bdec6e (patch)
tree23918165fcae30f152d95dbabc5220d8557e9862 /security
parent7c0788f508caa2e920e344844a80b111f66608d3 (diff)
downloadpkgsrc-b469597e56bcfcc9f22d5e2d34d27c5883bdec6e.tar.gz
Remove leading underscore from OPENPAM_VERSION for BUILTIN_VERSION.openpam,
as openpam "Hydrangea" now defines OPENPAM_VERSION. This caused the version inquiry to fail.
Diffstat (limited to 'security')
-rw-r--r--security/openpam/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openpam/builtin.mk b/security/openpam/builtin.mk
index 212bf8c0b2c..9d6bf01e711 100644
--- a/security/openpam/builtin.mk
+++ b/security/openpam/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2006/04/06 06:22:43 reed Exp $
+# $NetBSD: builtin.mk,v 1.7 2008/01/28 01:15:26 bjs Exp $
BUILTIN_PKG:= openpam
@@ -27,7 +27,7 @@ MAKEVARS+= IS_BUILTIN.openpam
!empty(IS_BUILTIN.openpam:M[yY][eE][sS]) && \
empty(H_OPENPAM:M__nonexistent__)
BUILTIN_VERSION.openpam!= \
- ${AWK} '/\#define[ ]*_OPENPAM_VERSION[ ]/ {print $$3; }' \
+ ${AWK} '/\#define[ ]*OPENPAM_VERSION[ ]/ {print $$3; }' \
${H_OPENPAM}
BUILTIN_PKG.openpam= openpam-${BUILTIN_VERSION.openpam}
.endif