diff options
author | kwm <kwm@FreeBSD.org> | 2012-06-04 00:07:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-06-04 00:07:19 +0800 |
commit | 28c4d63cd4a9cdb39e1df48efaf618da0ac850e1 (patch) | |
tree | c22970c71ddb82aee3b9fe044a6d5b4c4a8dab2b /ports-mgmt | |
parent | 939af5d31c26985f8c7f54dae1a0329589f8b442 (diff) | |
download | freebsd-ports-gnome-28c4d63cd4a9cdb39e1df48efaf618da0ac850e1.tar.gz freebsd-ports-gnome-28c4d63cd4a9cdb39e1df48efaf618da0ac850e1.tar.zst freebsd-ports-gnome-28c4d63cd4a9cdb39e1df48efaf618da0ac850e1.zip |
Add pkg-remove.8 to MLINKS.
Approved by: portmgr (bapt@)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 11a576e7ed59..85f06a7a955b 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -7,6 +7,7 @@ PORTNAME= pkg DISTVERSION= 1.0-beta15 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ @@ -48,6 +49,7 @@ MAN8= pkg.8 \ pkg-upgrade.8 \ pkg-version.8 \ pkg-which.8 +MLINKS= pkg-delete.8 pkg-remove.8 MAN5= pkg.conf.5 .include <bsd.port.pre.mk> |