- Introduce a new ports category ports-mgmt: Ports for managing, installing and

developing FreeBSD ports and packages

PR:		ports/97507
Submitted by:	shaun
This commit is contained in:
Pav Lucistnik 2007-01-31 15:37:18 +00:00
parent 5c12d165e3
commit e708b87bbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183782
2 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,7 @@ SUBDIR += net-p2p
SUBDIR += news
SUBDIR += palm
SUBDIR += polish
SUBDIR += ports-mgmt
SUBDIR += portuguese
SUBDIR += print
SUBDIR += russian

6
ports-mgmt/Makefile Normal file
View File

@ -0,0 +1,6 @@
# $FreeBSD$
#
COMMENT = Ports for managing, installing and developing FreeBSD ports and packages
.include <bsd.port.subdir.mk>