diff --git a/security/ikeman/Makefile b/security/ikeman/Makefile index 0f21ea58637..67b5ab0a160 100644 --- a/security/ikeman/Makefile +++ b/security/ikeman/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $ +# $OpenBSD: Makefile,v 1.2 2011/06/27 13:29:52 sthen Exp $ COMMENT = interactive PKI manager for isakmpd(8) or iked(8) DISTNAME = ikeman-0.2 +REVISION = 0 CATEGORIES = security @@ -17,8 +18,10 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = ${HOMEPAGE} -WANTLIB += c crypto ncurses +WANTLIB += c crypto ncurses -NO_REGRESS = Yes +NO_REGRESS = Yes + +FAKE_FLAGS = MANDIR=${PREFIX}/man/man .include diff --git a/security/ikeman/pkg/PLIST b/security/ikeman/pkg/PLIST index bc4bc05d6dd..014dddbaa36 100644 --- a/security/ikeman/pkg/PLIST +++ b/security/ikeman/pkg/PLIST @@ -1,3 +1,3 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/25 07:10:25 rpointel Exp $ +@comment $OpenBSD: PLIST,v 1.2 2011/06/27 13:29:52 sthen Exp $ @bin bin/ikeman -@man man/cat1/ikeman.0 +@man man/man1/ikeman.1