diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-09-26 14:18:25 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-09-26 14:18:25 +0000 |
commit | f930059b5be1ac49c193e6061f1927eda869faca (patch) | |
tree | 1b92d88943a7fb53d631c49f4ebb50113a8602f4 | |
parent | 3262328a8c07baf7fe5b1836508c7fe486351c85 (diff) |
Notes
-rw-r--r-- | japanese/ebnetd/Makefile | 9 | ||||
-rw-r--r-- | japanese/ebnetd/pkg-plist | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index e2064c336dd9..94f6275e4e82 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -1,3 +1,4 @@ +# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp> # $FreeBSD$ PORTNAME= ebnetd @@ -11,7 +12,7 @@ COMMENT= Servers for accessing CD-ROM books via TCP/IP LICENSE= GPLv2 -LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb +LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} @@ -26,10 +27,4 @@ PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME} INFO= ebnetd ebnetd-ja -NO_STAGE= yes -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO} - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/japanese/ebnetd/pkg-plist b/japanese/ebnetd/pkg-plist index 1021959cb631..a945439e8993 100644 --- a/japanese/ebnetd/pkg-plist +++ b/japanese/ebnetd/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ etc/ebnetd.conf.sample libexec/ebhtstat libexec/ebnstat @@ -15,4 +14,4 @@ sbin/ndtpcheck sbin/ndtpcontrol sbin/ndtpd @exec mkdir -m 0755 -p %%EBNETD_RUNDIR%% -@unexec rmdir %%EBNETD_RUNDIR%% +@dirrmtry %%EBNETD_RUNDIR%% |