summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-02 03:21:42 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-02 03:21:42 +0000
commitad55e26dd8f58b240f082b880d2724f053d260fb (patch)
tree1cc3a643ae7eeb9e557fc92b4200c9ef285a308a /devel
parentadd py-ansistyle (diff)
use ${PYTHON_PKGNAMEPREFIX} instead of py-
Notes
Notes: svn path=/head/; revision=49478
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ansistyle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ansistyle/Makefile b/devel/py-ansistyle/Makefile
index 07da300c7a63..7285fd45cf89 100644
--- a/devel/py-ansistyle/Makefile
+++ b/devel/py-ansistyle/Makefile
@@ -10,7 +10,7 @@ PORTNAME= ansistyle
PORTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/ansistyle/
-PKGNAMEPREFIX= py-
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ANSIStyle-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org