diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-02 11:21:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-02 11:21:42 +0800 |
commit | b28f03d710acfddef6800054575b092aabfaee92 (patch) | |
tree | 75a184eec2c8e235f8fd4dffd8950bc28be5e480 | |
parent | 15f5f7edf005b418a9e5f1cd7f447c8dafd744a2 (diff) | |
download | freebsd-ports-gnome-b28f03d710acfddef6800054575b092aabfaee92.tar.gz freebsd-ports-gnome-b28f03d710acfddef6800054575b092aabfaee92.tar.zst freebsd-ports-gnome-b28f03d710acfddef6800054575b092aabfaee92.zip |
use ${PYTHON_PKGNAMEPREFIX} instead of py-
-rw-r--r-- | devel/py-ansistyle/Makefile | 2 |
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 |