diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
commit | 55a61bb102ddfa5abe214bbb8b64409a317b0093 (patch) | |
tree | 40a989c1bd867e35ed527ba0d48f6b29b50d86f9 /misc/peq/Makefile | |
parent | 88b522839002b270987e86005386b6757926bb0a (diff) |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Notes
Notes:
svn path=/head/; revision=33401
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 19414b9136d2..f2a9f9c7d794 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/ |