X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable;a=blobdiff_plain;f=Makefile;h=b2c0a4547d37b8a1cf690ed6eaa2a729818d14ca;hp=5c320b775a7cd67667bf86ba134f2852ea819e06;hb=a0e718c019782c903acf011567825f6688cd688f;hpb=20149e54c44571197c7fd02c88b4b1605758622f diff --git a/Makefile b/Makefile index 5c320b7..b2c0a45 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# $FreeBSD: head/security/openiked/Makefile 547543 2020-09-04 14:33:16Z swills $ +# $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu -PORTNAME= openiked-portable +PORTNAME=openiked-portable CATEGORIES= security net MAINTAINER= portmgr@FreeBSD.org @@ -10,15 +10,18 @@ LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent -USES= cmake +USES= cmake ssl -USE_GITHUB= yes -GH_ACCOUNT= openiked -GH_TAGNAME= 45352722b7320ed97c6abe3bd961bea5acccf43d -DISTVERSION= g20210119 +USE_GITHUB= yes +GH_ACCOUNT= openiked +GH_TAGNAME= 4cbccf135e14753902208983bb89d7d5b62dcced +DISTVERSION= g20210305 USE_RC_SUBR= iked USERS= _iked GROUPS= _iked +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ + ${STAGEDIR}${PREFIX}/etc/iked.conf.sample .include