diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
commit | 751db001a9adafa9b6d3d840cf02622cf71bbca2 (patch) | |
tree | 288981a7f1b6e34da52317a193210af14cd0fb77 /net/iplog/Makefile | |
parent | 5eb13430b3e52dc7a4dfd5daee0b1b701f080548 (diff) | |
download | freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.gz freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.zst freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.zip |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Diffstat (limited to 'net/iplog/Makefile')
-rw-r--r-- | net/iplog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index 19b4e9847ef4..cb97d6d5d28f 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -7,7 +7,7 @@ PORTNAME= iplog PORTVERSION= 2.2.1 -CATEGORIES= security +CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://misc.ojnk.net/~odin/stuff/ MASTER_SITE_SUBDIR= ojnk |