aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebnetd
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-26 14:18:25 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-26 14:18:25 +0000
commitf930059b5be1ac49c193e6061f1927eda869faca (patch)
tree1b92d88943a7fb53d631c49f4ebb50113a8602f4 /japanese/ebnetd
parent3262328a8c07baf7fe5b1836508c7fe486351c85 (diff)
downloadports-f930059b5be1ac49c193e6061f1927eda869faca.tar.gz
ports-f930059b5be1ac49c193e6061f1927eda869faca.zip
japanese/ebnetd: allow staging
- Allow staging - Add Created by in Makefile header - Convert lib depends to new format PR: ports/182393 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer)
Notes
Notes: svn path=/head/; revision=328365
Diffstat (limited to 'japanese/ebnetd')
-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%%