freebsd-ports/editors/abiword-devel/pkg-install
Jeremy Messenger 76708d1c25 Repocopy from editors/abiword and editors/abiword-plugins, this is a
development version of AbiWord 2.3.0. You can view the details:

	http://www.abisource.com/release-notes/2.3.0.phtml

As you can see, there have few awsome new plugins. I haven't port the
dependencies and enable for those new plugins yet, so you are welcome to do it
if you want to as long you let me know.

PR:		ports/80996
Repocopy by:	marcus
2005-05-16 22:23:11 +00:00

5 lines
97 B
Bash

#!/bin/sh
if [ "$2" = "POST-INSTALL" ]; then
mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.4/plugins
fi