summaryrefslogtreecommitdiff
path: root/net/openafs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-06 03:07:25 +0000
committerjlam <jlam@pkgsrc.org>2005-06-06 03:07:25 +0000
commit50b3f4dfca18c10440d57af6dbf89b3ac6984548 (patch)
treeee149405d4dde92db4a341942c59d7a0ccaca71f /net/openafs
parent17364a636d6f092dddb0c84cc4ea034ad087a81d (diff)
downloadpkgsrc-50b3f4dfca18c10440d57af6dbf89b3ac6984548.tar.gz
Fix generated PLIST if the pam option is specified. We need to completely
specify PLIST_SRC if it's defined in a package Makefile.
Diffstat (limited to 'net/openafs')
-rw-r--r--net/openafs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile
index 3d58e222d53..b67b564b990 100644
--- a/net/openafs/Makefile
+++ b/net/openafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/31 11:24:32 dillo Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/06 03:07:25 jlam Exp $
DISTNAME= openafs-1.3.82-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -31,5 +31,6 @@ PLIST_SRC+= ${.CURDIR}/PLIST.pam
.else
CONFIGURE_ARGS+= --disable-pam
.endif
+PLIST_SRC+= ${.CURDIR}/PLIST
.include "../../mk/bsd.pkg.mk"