diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-21 00:44:58 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-21 00:44:58 +0000 |
commit | 5840833107ac87cb6f9b7cf451849c34118f5333 (patch) | |
tree | b056e7c6972fdcb6de9b53b3463fdf539e5a0b83 /dns/ipcheck/Makefile | |
parent | b25bf30398b10495c990f62165a63cda82db81e3 (diff) |
Add python as secondary category
Notes
Notes:
svn path=/head/; revision=114318
Diffstat (limited to 'dns/ipcheck/Makefile')
-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 |