summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsborrill <sborrill>2009-01-29 09:36:36 +0000
committersborrill <sborrill>2009-01-29 09:36:36 +0000
commit7549b41a137275704d03eb86ad839dfcb13553fd (patch)
tree4028b3634b08603d82805b348b0d4b52c37a14b5
parent22768582d26bf0f0f603561fe1a6167b814d3321 (diff)
downloadpkgsrc-7549b41a137275704d03eb86ad839dfcb13553fd.tar.gz
Add MESSAGE explaining linux procfs requirement
-rw-r--r--www/nspluginwrapper/MESSAGE10
-rw-r--r--www/nspluginwrapper/Makefile3
2 files changed, 12 insertions, 1 deletions
diff --git a/www/nspluginwrapper/MESSAGE b/www/nspluginwrapper/MESSAGE
new file mode 100644
index 00000000000..dd0b4436ca4
--- /dev/null
+++ b/www/nspluginwrapper/MESSAGE
@@ -0,0 +1,10 @@
+===========================================================================
+$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 fe0d5dab3b3..a6c1c29c300 100644
--- a/www/nspluginwrapper/Makefile
+++ b/www/nspluginwrapper/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2009/01/05 19:11:24 jmcneill Exp $
+# $NetBSD: Makefile,v 1.13 2009/01/29 09:36:36 sborrill Exp $
#
DISTNAME= nspluginwrapper-1.2.2
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
EXTRACT_SUFX= .tar.bz2