chmod -> ${CHMOD}

chown -> ${CHOWN}
This commit is contained in:
Michael Haro
1999-08-22 19:01:07 +00:00
parent acfa648bd4
commit 5281212be3
351 changed files with 1054 additions and 1072 deletions
+1 -4
View File
@@ -3,7 +3,7 @@
# Date created: 2/22/1999
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.15 1999/04/14 00:03:12 scrappy Exp $
# $Id: Makefile,v 1.16 1999/05/28 20:56:27 nectar Exp $
#
DISTNAME= PyGreSQL-2.4
@@ -22,9 +22,6 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
MAKE_ENV= PYTHON=${PREFIX}/bin/python \
LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}"
CHOWN?= chown
CHMOD?= chmod
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile