diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-06-03 16:07:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-06-03 16:07:19 +0000 |
commit | c8e790e8a0f52c027d974c29490abaf3350ff0e0 (patch) | |
tree | 49c1162cedc7a3f7fa1f5eca26cdea40693a456e /ports-mgmt | |
parent | 8b890aa029908b5c2cb880d49640450538d930c0 (diff) | |
download | ports-c8e790e8a0f52c027d974c29490abaf3350ff0e0.tar.gz ports-c8e790e8a0f52c027d974c29490abaf3350ff0e0.zip |
Notes
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> |