diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
commit | 751db001a9adafa9b6d3d840cf02622cf71bbca2 (patch) | |
tree | 288981a7f1b6e34da52317a193210af14cd0fb77 /misc/peq/Makefile | |
parent | 5eb13430b3e52dc7a4dfd5daee0b1b701f080548 (diff) | |
download | FreeBSD-ports-751db001a9adafa9b6d3d840cf02622cf71bbca2.zip FreeBSD-ports-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.gz |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Diffstat (limited to 'misc/peq/Makefile')
-rw-r--r-- | misc/peq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/peq/Makefile b/misc/peq/Makefile index 19414b9..f2a9f9c 100644 --- a/misc/peq/Makefile +++ b/misc/peq/Makefile @@ -7,7 +7,7 @@ PORTNAME= peq PORTVERSION= 0.7.1 -CATEGORIES= games +CATEGORIES= misc games MASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ \ ftp://lost.iafrica.com/pub/peq/ |