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
8 lines
116 B
Bash
8 lines
116 B
Bash
#!/bin/sh
|
|
|
|
# Wrapper for Corel WordPerfect.
|
|
#
|
|
# dugsong@OpenBSD.org
|
|
|
|
exec REPLACE_ME_WITH_DESTINATION/wpbin/xwp $*
|
|
|