View | Details | Raw Unified | Return to bug 248007
Collapse All | Expand All

(-)nss_ndb/Makefile (-1 / +5 lines)
Lines 3-8 Link Here
3
PORTNAME=		nss_ndb
3
PORTNAME=		nss_ndb
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.0.23
5
DISTVERSION=		1.0.23
6
PORTREVISION=		1
6
CATEGORIES=		sysutils security
7
CATEGORIES=		sysutils security
7
8
8
MAINTAINER=		pen@lysator.liu.se
9
MAINTAINER=		pen@lysator.liu.se
Lines 15-21 OPTIONS_DEFINE= CFG VAR REALM WRKGRP Link Here
15
16
16
CFG_DESC=		Enable configuration file
17
CFG_DESC=		Enable configuration file
17
CFG_CONFIGURE_ON=	--with-config-file
18
CFG_CONFIGURE_ON=	--with-config-file
18
CFG_PLIST_FILES+=	etc/nss_ndb.conf
19
CFG_PLIST_FILES+=	"@sample etc/nss_ndb.conf.sample"
19
20
20
VAR_DESC=		Enable configuration variable
21
VAR_DESC=		Enable configuration variable
21
VAR_CONFIGURE_ON=	--with-config-var
22
VAR_CONFIGURE_ON=	--with-config-var
Lines 67-70 PLIST_FILES= lib/nss_ndb.so.1 \ Link Here
67
			share/examples/nss_ndb/ndbsync \
68
			share/examples/nss_ndb/ndbsync \
68
			share/examples/nss_ndb/nss_ndb.conf \
69
			share/examples/nss_ndb/nss_ndb.conf \
69
70
71
do-install-CFG-on:
72
	${INSTALL_DATA} ${WRKSRC}/nss_ndb.conf ${STAGEDIR}${PREFIX}/etc/nss_ndb.conf.sample
73
70
.include <bsd.port.mk>
74
.include <bsd.port.mk>

Return to bug 248007