diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-28 12:35:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-28 12:35:47 +0000 |
commit | 79a9ba1be59bc99257b30ecd7625ecfe1ae160d7 (patch) | |
tree | 7249081514d605f561b89d79d74a8e684b5e3a3e | |
parent | Fix PHP 4.0.6 ODBC bugs. (diff) |
Fix DISTNAME
PR: 28470
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=44524
-rw-r--r-- | net/py-xmlrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-xmlrpc/Makefile b/net/py-xmlrpc/Makefile index 46e457988aac..87f4bd6852fb 100644 --- a/net/py-xmlrpc/Makefile +++ b/net/py-xmlrpc/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= perky@python.or.kr |