diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-14 07:08:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-14 07:08:41 +0000 |
commit | 87cfe892a95a3a9763cc3d43c097c756d1c7c03f (patch) | |
tree | 9d446cd6ca6cc132b2d24e771439e32c579c042c /net/miniupnpc | |
parent | fa16f0a0681c50d21af6beadef3a283eec6173d8 (diff) |
- add py-miniupnpc to python category.
PR: 137756
Submitted by: Anonymous
Notes
Notes:
svn path=/head/; revision=239499
Diffstat (limited to 'net/miniupnpc')
-rw-r--r-- | net/miniupnpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 94fc04f7824f..14191dfc22ec 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -8,7 +8,7 @@ PORTNAME= miniupnpc PORTVERSION= 1.3 PORTREVISION= 1 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ MAINTAINER= dinoex@FreeBSD.org |