freebsd-ports/devel/ecb/pkg-install
Volker Stolz f68bc95919 - Update to current version
- use INFO while here

PR:		ports/65966
Submitted by:	Frank Ruell
Approved by:	maintainer
2004-05-19 08:31:35 +00:00

6 lines
173 B
Bash

#!/bin/sh
if [ X$2 = XPOST-INSTALL ]; then
install-info --section="The Emacs editor and associated tools" \
${PKG_PREFIX}/info/ecb.info ${PKG_PREFIX}/info/dir
fi