diff options
author | petef <petef@FreeBSD.org> | 2001-12-22 20:20:58 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-22 20:20:58 +0000 |
commit | 70d4b98dd5f8d91332390b67fdff5115e0a0fc49 (patch) | |
tree | 3d96839476923c7785748be5c680021c7ea85e5b /x11-toolkits/py-xlib | |
parent | 5da9d2a547e65a47b77be118308e3cc2e971a06b (diff) | |
download | FreeBSD-ports-70d4b98dd5f8d91332390b67fdff5115e0a0fc49.zip FreeBSD-ports-70d4b98dd5f8d91332390b67fdff5115e0a0fc49.tar.gz |
Fix MASTER_SITE_SUBDIR.
Noticed by: bento
Diffstat (limited to 'x11-toolkits/py-xlib')
-rw-r--r-- | x11-toolkits/py-xlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-xlib/Makefile b/x11-toolkits/py-xlib/Makefile index 9f1d4bf..6bd6854 100644 --- a/x11-toolkits/py-xlib/Makefile +++ b/x11-toolkits/py-xlib/Makefile @@ -9,7 +9,7 @@ PORTNAME= xlib PORTVERSION= 0.9 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= python-xlib PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-xlib-${PORTVERSION} |