diff options
author | lioux <lioux@FreeBSD.org> | 2004-07-21 08:44:58 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-07-21 08:44:58 +0800 |
commit | 59c5660f72e6f06091db77b05ae26bce427da034 (patch) | |
tree | 963dcfe05b4256874f8be9df47b4fbdfdbe4762f /dns/ipcheck | |
parent | 04814d3ec63d8df6df57e27cf66ead1618828a57 (diff) | |
download | freebsd-ports-gnome-59c5660f72e6f06091db77b05ae26bce427da034.tar.gz freebsd-ports-gnome-59c5660f72e6f06091db77b05ae26bce427da034.tar.zst freebsd-ports-gnome-59c5660f72e6f06091db77b05ae26bce427da034.zip |
Add python as secondary category
Diffstat (limited to 'dns/ipcheck')
-rw-r--r-- | dns/ipcheck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index 6815b8e6ecdc..28052953e966 100644 --- a/dns/ipcheck/Makefile +++ b/dns/ipcheck/Makefile @@ -8,7 +8,7 @@ PORTNAME= ipcheck PORTVERSION= 0.214 PORTEPOCH= 1 -CATEGORIES= dns +CATEGORIES= dns python MASTER_SITES= http://ipcheck.sourceforge.net/releases/ MASTER_SITE_SUBDIR= lioux DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//} @@ -19,7 +19,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A fully compliant DynDNS.org client for UNIX (supports NIC v2.0) USE_PYTHON= yes -USE_SIZE= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/ipcheck.py |