diff options
author | sborrill <sborrill@pkgsrc.org> | 2009-01-29 09:57:59 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2009-01-29 09:57:59 +0000 |
commit | d2f1e95c64ce62413977b31120612c121ed4efe6 (patch) | |
tree | c3701a3d35a9462885267370f432b82eb5d3dd69 /www/nspluginwrapper | |
parent | ac3793b88b86f1f1fc747d5707793a3fc8a7e7c7 (diff) | |
download | pkgsrc-d2f1e95c64ce62413977b31120612c121ed4efe6.tar.gz |
Revert previous. joerg@ pointed out he has committed a more general fix
in the linux emulation.
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r-- | www/nspluginwrapper/MESSAGE | 10 | ||||
-rw-r--r-- | www/nspluginwrapper/Makefile | 3 |
2 files changed, 1 insertions, 12 deletions
diff --git a/www/nspluginwrapper/MESSAGE b/www/nspluginwrapper/MESSAGE deleted file mode 100644 index dd0b4436ca4..00000000000 --- a/www/nspluginwrapper/MESSAGE +++ /dev/null @@ -1,10 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2009/01/29 09:36:36 sborrill Exp $ - -On NetBSD, you must ensure you have procfs mounted on /emul/linux/proc with -the linux compatibility option set. Adding the following to /etc/fstab -should be sufficient: - -procfs /emul/linux/proc procfs ro,linux - -=========================================================================== diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index a6c1c29c300..0d877a3c86f 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/01/29 09:36:36 sborrill Exp $ +# $NetBSD: Makefile,v 1.14 2009/01/29 09:57:59 sborrill Exp $ # DISTNAME= nspluginwrapper-1.2.2 -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ EXTRACT_SUFX= .tar.bz2 |