pkgsrc/misc/fd/Makefile
wiz 6b1f4b2de6 Update to 1.03u by Nobuhiro Yasutomi in pkg/15058.
Relevant changes since 1.03t:
     - fix abnormal terminate when archiver miss registration.
     - fix strings handle include '\' code.
     - fix terminal control processing.
     - INPUTKCODE work again.
     - collect ALT behavior when strings input.
2001-12-30 13:46:03 +00:00

27 lines
728 B
Makefile

# $NetBSD: Makefile,v 1.17 2001/12/30 13:46:03 wiz Exp $
#
DISTNAME= FD-1.03u
PKGNAME= fd-1.03u
CATEGORIES= misc
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/
MAINTAINER= Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
COMMENT= File and directory management tool
MANLANG= ja
MAKE_ENV= LANG=${MANLANG}
DOCS= README FAQ HISTORY ToAdmin
# require maintainer signature for binary package distributions
do-configure:
@cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \
${SED} 's/\(distributor = \)NULL/\1"${MAINTAINER}"/' $$v.orig > $$v
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fd
@for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
done
.include "../../mk/bsd.pkg.mk"