diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /databases/pydbdesigner | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'databases/pydbdesigner')
-rw-r--r-- | databases/pydbdesigner/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index 97e147965f9a..5a4ba45e8e05 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -31,8 +31,6 @@ MY_SITELIBSUBDIR= ${PYTHON_SITELIBSUBDIR}/${PORTNAME} .include <bsd.port.pre.mk> -CPIO?= /usr/bin/cpio - PYVERSION= ${PYTHON_VERSION:S/^python//} .if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 22 .undef NO_IGNORE |