diff options
author | petef <petef@FreeBSD.org> | 2001-12-23 04:20:58 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-23 04:20:58 +0800 |
commit | 70d4b98dd5f8d91332390b67fdff5115e0a0fc49 (patch) | |
tree | 3d96839476923c7785748be5c680021c7ea85e5b /x11-toolkits | |
parent | 5da9d2a547e65a47b77be118308e3cc2e971a06b (diff) | |
download | freebsd-ports-gnome-70d4b98dd5f8d91332390b67fdff5115e0a0fc49.tar.gz freebsd-ports-gnome-70d4b98dd5f8d91332390b67fdff5115e0a0fc49.tar.zst freebsd-ports-gnome-70d4b98dd5f8d91332390b67fdff5115e0a0fc49.zip |
Fix MASTER_SITE_SUBDIR.
Noticed by: bento
Diffstat (limited to 'x11-toolkits')
-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 9f1d4bff73c4..6bd68546c359 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} |