diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-26 19:58:49 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-26 19:58:49 +0000 |
commit | c260d2c606649f1829cc1a2abd1cc79137d4dac9 (patch) | |
tree | f3673c337241820b71f95496746073082b050f58 /net/Makefile | |
parent | dcfc609d425d9002b3bb930bb97edec5ea6cb9a2 (diff) | |
download | ports-c260d2c606649f1829cc1a2abd1cc79137d4dac9.tar.gz ports-c260d2c606649f1829cc1a2abd1cc79137d4dac9.zip |
net/pcs has moved to net/py-pcs to conform with python module naming
convention.
Approved by: maintainer
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=188411
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index db65059a99a7..1f2c4b74e17e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -566,7 +566,6 @@ SUBDIR += pbnc SUBDIR += pchar SUBDIR += pcnfsd - SUBDIR += pcs SUBDIR += pdb SUBDIR += pear-Auth_RADIUS SUBDIR += pear-Net_CDDB @@ -651,6 +650,7 @@ SUBDIR += py-netstring SUBDIR += py-pcap SUBDIR += py-pcapy + SUBDIR += py-pcs SUBDIR += py-pypcap SUBDIR += py-radix SUBDIR += py-rrdpipe |