aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports-mgmt/pkg-provides/Makefile1
-rw-r--r--ports-mgmt/pkg-provides/files/pkg-message.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/pkg-provides/Makefile b/ports-mgmt/pkg-provides/Makefile
index f5aaae287d95..38749e535c0a 100644
--- a/ports-mgmt/pkg-provides/Makefile
+++ b/ports-mgmt/pkg-provides/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pkg-provides
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= rodrigo@FreeBSD.org
diff --git a/ports-mgmt/pkg-provides/files/pkg-message.in b/ports-mgmt/pkg-provides/files/pkg-message.in
index 09522253e427..b477df652e8d 100644
--- a/ports-mgmt/pkg-provides/files/pkg-message.in
+++ b/ports-mgmt/pkg-provides/files/pkg-message.in
@@ -3,9 +3,9 @@
To do this, uncomment the following lines in %%LOCALBASE%%etc/pkg.conf file
and add pkg-provides to the supported plugin list
- PKG_PLUGINS_DIR = "%%LOCALBASE%%lib/pkg/";
+ PKG_PLUGINS_DIR = "%%LOCALBASE%%/lib/pkg/";
PKG_ENABLE_PLUGINS = true;
- PLUGINS [ provides ]
+ PLUGINS [ provides ];
After that run `pkg plugins' to see the plugins handled by pkg`.