mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper. Approved by: Dave Grochowski (malus.x@gmail.com) [1]
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
TARGET_OS=linux
|
|
TARGET_ARCH=i386
|
|
ulimit -s 32768 2>/dev/null
|
|
. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh
|