From e3d038be72c0a57de4fa8f980c0b626b281aaaad Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 18 Oct 2014 07:13:32 +0000 Subject: japanese/ebnetd: Remove @dirrm, use @sample, use @dir() The stage-qa checks said 5 files needed perl shebang fixed, but USE=shebangfix won't fix it. The value of PERL was defined for the configure target to fix it. However, a run depends on perl was not added as the affected files are probably optional scripts. PR: 194367 Submitted by: maintainer (Yasuhiro KIMURA) --- japanese/ebnetd/Makefile | 6 +++++- japanese/ebnetd/pkg-plist | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'japanese/ebnetd') diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 94f6275e4e8..ca241b18ac8 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -3,7 +3,7 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ @@ -16,6 +16,7 @@ LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} +CONFIGURE_ENV= PERL=${PREFIX}/bin/perl # Local variables LOGDIR= /var/log @@ -27,4 +28,7 @@ PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME} INFO= ebnetd ebnetd-ja +post-stage: + ${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME} + .include diff --git a/japanese/ebnetd/pkg-plist b/japanese/ebnetd/pkg-plist index a945439e899..ec663f4cdc2 100644 --- a/japanese/ebnetd/pkg-plist +++ b/japanese/ebnetd/pkg-plist @@ -1,4 +1,4 @@ -etc/ebnetd.conf.sample +@sample etc/ebnetd.conf.sample libexec/ebhtstat libexec/ebnstat libexec/ndtpstat @@ -13,5 +13,4 @@ sbin/ebnupgrade sbin/ndtpcheck sbin/ndtpcontrol sbin/ndtpd -@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%% -@dirrmtry %%EBNETD_RUNDIR%% +@dir(,,0755) %%EBNETD_RUNDIR%% -- cgit