diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-26 01:13:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-26 01:13:45 +0000 |
commit | 5f4b7a3882a5699431d502069d627da49f661ab3 (patch) | |
tree | ac77ff6390ca9dc84713a08d049e275bd848355a /security/pks | |
parent | f428d83706730b99da02eb8d12c5fbeb173e2141 (diff) | |
download | ports-5f4b7a3882a5699431d502069d627da49f661ab3.tar.gz ports-5f4b7a3882a5699431d502069d627da49f661ab3.zip |
Notes
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index f02d837fddd7..bfac8267a94f 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -7,6 +7,7 @@ PORTNAME= pks PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +17,6 @@ COMMENT= PGP Public Key Server LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 -BROKEN= Incomplete pkg-plist - GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/pks --localstatedir=/var/pks \ --sysconfdir=${EXAMPLESDIR} \ @@ -28,7 +27,6 @@ MAKE_ENV+= LDFLAGS=-L${LOCALBASE}/lib SUBDIRS= USE_RC_SUBR= pksd.sh MAN5= pksd.conf.5 MAN8= pks-intro.8 pksclient.8 pksd.8 pksdctl.8 -USE_REINPLACE= yes SUB_FILES= pkg-message pkg-deinstall # remove embedded sleepycat, remove associated build commands, make @@ -41,7 +39,6 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/pksd.sh ${PREFIX}/etc/rc.d/pksd.sh ${INSTALL_DATA} ${WRKSRC}/pksd.conf ${PREFIX}/etc/pksd.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |