diff options
author | vs <vs@FreeBSD.org> | 2004-07-28 00:14:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-28 00:14:58 +0800 |
commit | c6eb96e96a2b1de988e91cfcc684f58f7fcab4f6 (patch) | |
tree | c711271e7afc8a266ef335c3bdcc39e15cff0f3b /games/freesci | |
parent | da49c02e58898513a7e457d20654aa1f78e00650 (diff) | |
download | freebsd-ports-gnome-c6eb96e96a2b1de988e91cfcc684f58f7fcab4f6.tar.gz freebsd-ports-gnome-c6eb96e96a2b1de988e91cfcc684f58f7fcab4f6.tar.zst freebsd-ports-gnome-c6eb96e96a2b1de988e91cfcc684f58f7fcab4f6.zip |
"Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy."
Reminded by: Pav
Diffstat (limited to 'games/freesci')
-rw-r--r-- | games/freesci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index f5afe8e807ff..d17812664cb6 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -7,7 +7,7 @@ PORTNAME= freesci PORTVERSION= 0.3.4c -CATEGORIES= emulators games +CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://teksolv.de/~jameson/ MASTER_SITE_SUBDIR=${PORTNAME}/stable.pkg/${PORTVERSION} |