# Makefile - hhl - /usr/src/world/sed # Copyright 2020 Nathan Fisher # distname = sed patches = sed-help2man-path.patch include world.mk config_opts += --bindir=/bin define post_install $(MAKE) -C ${objdir} html install -d ${docdir}/sed-${sed_version} install -m644 ${objdir}/doc/sed.html ${docdir}/sed-${sed_version} endef include targets.mk