pkgsrc/misc/fd/Makefile
schmonz 42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00

29 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.21 2006/01/04 04:29:07 schmonz Exp $
#
DISTNAME= FD-1.03u
PKGNAME= fd-1.03u
CATEGORIES= misc
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/
MAINTAINER= nobu@psrc.isac.co.jp
COMMENT= File and directory management tool
BROKEN_IN= pkgsrc-2005Q4
MANLANG= ja
MAKE_ENV+= LANG=${MANLANG:Q}
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"