aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg-provides
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2018-01-31 09:33:25 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2018-01-31 09:33:25 +0000
commit1fbc0d81d1a430740c91468a98d322e159b53e06 (patch)
tree5292e6a2e580c00c3e7556cc10660dfa7f24c70a /ports-mgmt/pkg-provides
parent79a2e1b3c9ecf373a583089e15f46f91eb14a66e (diff)
downloadports-1fbc0d81d1a430740c91468a98d322e159b53e06.tar.gz
ports-1fbc0d81d1a430740c91468a98d322e159b53e06.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg-provides')
-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`.