X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable;a=blobdiff_plain;f=Makefile;h=ee28a40ea4eeacb69dd9e9745d7b81b960b8c8fa;hp=4e5250c3155e7977c037f99df965b2a7d0bc1f52;hb=47d2d579cd7a9587c0ba39645e23e6cb1b76c54b;hpb=66222bcd8e61490bba6ccfa07d5c7adadccb281c diff --git a/Makefile b/Makefile index 4e5250c..ee28a40 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# $FreeBSD: head/security/openiked/Makefile david@lapinbilly.eu $ +# $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu -PORTNAME= openiked-portable +PORTNAME=openiked-portable CATEGORIES= security net MAINTAINER= portmgr@FreeBSD.org @@ -12,13 +12,16 @@ LIB_DEPENDS= libevent.so:devel/libevent USES= cmake -USE_GITHUB= yes -GH_ACCOUNT= openiked -GH_TAGNAME= 45352722b7320ed97c6abe3bd961bea5acccf43d +USE_GITHUB= yes +GH_ACCOUNT= openiked +GH_TAGNAME= 7efaa952cabc5fa6441392677147b5702d1bfbb8 DISTVERSION= g20210119 USE_RC_SUBR= iked USERS= _iked GROUPS= _iked +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ + ${STAGEDIR}${PREFIX}/etc/iked.conf.sample .include