diff options
Diffstat (limited to 'japanese/ebnetd/Makefile')
-rw-r--r-- | japanese/ebnetd/Makefile | 9 |
1 files changed, 2 insertions, 7 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> |