diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-22 20:20:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-22 20:20:58 +0000 |
commit | 9c5320d1bb0192835b51784c900406b8fae70eae (patch) | |
tree | d86e542253dd1519c127bf3cdaeddd1dcaf32974 /x11-toolkits | |
parent | Reorder the include (-I) path to end, rather than start, with (diff) |
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} |