diff options
author | Doug White <dwhite@FreeBSD.org> | 2000-07-10 17:07:17 +0000 |
---|---|---|
committer | Doug White <dwhite@FreeBSD.org> | 2000-07-10 17:07:17 +0000 |
commit | 52a5df4748381312b9bcd8b9d3393d334cf259c9 (patch) | |
tree | 91be2dfb6036633ef5779c4acb24a3aeec5e291f | |
parent | A version of the classic memory blocks game for GNOME (diff) |
Fix typo. Don't ask me how it worked before. :)
-rw-r--r-- | devel/py-kqueue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index 772e63a4be2b..cc24184a07c0 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -8,7 +8,7 @@ PORTNAME= kqueue PORTVERSION= 1.1 CATEGORIES= devel python -MASTER_SITES= {$MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dwhite PKGNAMEPREFIX= py- DISTNAME= PyKQueue-${PORTVERSION} |