aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/ebnetd/Makefile9
-rw-r--r--japanese/ebnetd/pkg-plist3
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%%