mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c6889048c1
Some shortcomings: - Corel's mirror license requires the fetch to be interactive - The variable install means that some files listed in the PLIS won't be there when the port is pkd_deleted Obtained from: Originally from OpenBSD, many local improvements
9 lines
116 B
Bash
9 lines
116 B
Bash
#!/bin/sh
|
|
|
|
# Wrapper for Corel WordPerfect.
|
|
#
|
|
# dugsong@OpenBSD.org
|
|
|
|
exec REPLACE_ME_WITH_DESTINATION/wpbin/xwp $*
|
|
|