Modernize PLIST by using @pkgdir. Bump revision.
This commit is contained in:
parent
5daed8b280
commit
f4d61c2565
2 changed files with 10 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/06/07 03:43:27 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= racoon2-20100526a
|
||||
PKGREVISION= 5
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:14 jperkin Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/06/07 03:43:27 joerg Exp $
|
||||
${IKED}man/man8/iked.8
|
||||
${KINKD}man/man8/kinkd.8
|
||||
man/man8/pskgen.8
|
||||
|
@ -38,25 +38,12 @@ share/examples/racoon2/hook/migration
|
|||
share/examples/racoon2/hook/ph1-up
|
||||
share/examples/racoon2/hook/ph1-down
|
||||
@dirrm share/doc/racoon2
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/child-up.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/child-down.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/child-rekey.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-up.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-down.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/ikesa-rekey.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/migration.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/ph1-up.d
|
||||
@exec ${MKDIR} %D/share/examples/racoon2/hook/ph1-down.d
|
||||
@dirrm share/examples/racoon2/hook/child-up.d
|
||||
@dirrm share/examples/racoon2/hook/child-down.d
|
||||
@dirrm share/examples/racoon2/hook/child-rekey.d
|
||||
@dirrm share/examples/racoon2/hook/ikesa-up.d
|
||||
@dirrm share/examples/racoon2/hook/ikesa-down.d
|
||||
@dirrm share/examples/racoon2/hook/ikesa-rekey.d
|
||||
@dirrm share/examples/racoon2/hook/migration.d
|
||||
@dirrm share/examples/racoon2/hook/ph1-up.d
|
||||
@dirrm share/examples/racoon2/hook/ph1-down.d
|
||||
@dirrm share/examples/racoon2/hook
|
||||
@dirrm share/examples/racoon2
|
||||
@pkgdir share/examples/racoon2/hook/child-down.d
|
||||
@pkgdir share/examples/racoon2/hook/child-rekey.d
|
||||
@pkgdir share/examples/racoon2/hook/ikesa-down.d
|
||||
@pkgdir share/examples/racoon2/hook/ikesa-rekey.d
|
||||
@pkgdir share/examples/racoon2/hook/migration.d
|
||||
@pkgdir share/examples/racoon2/hook/ph1-up.d
|
||||
@pkgdir share/examples/racoon2/hook/ph1-down.d
|
||||
@exec %D/sbin/pskgen -r -o ${PKG_SYSCONFDIR}/spmd.pwd
|
||||
@unexec ${RM} ${PKG_SYSCONFDIR}/spmd.pwd
|
||||
|
|
Loading…
Reference in a new issue