diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
commit | f6153f1ccebf03c851e5d31e61f1e2d3628cff47 (patch) | |
tree | 2738a763e5195258e22ec5f78e1a3deabfecddf7 /databases/pydbdesigner | |
parent | 9a66e311a4855d332a7f889dfb48ba10bfe4fe3b (diff) |
Notes
Diffstat (limited to 'databases/pydbdesigner')
-rw-r--r-- | databases/pydbdesigner/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index 7e9b08915639..22d9b9daf88d 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -45,7 +45,7 @@ post-patch: # make the plist here (for now) do-build: cd ${WRKSRC};\ - echo bin/${PORTNAME} >${PLIST};\ + ${ECHO_CMD} bin/${PORTNAME} >${PLIST};\ ${FIND} . ! -type d | cut -c3- | sort \ | ${SED} -e "s|^|${MY_SITELIBSUBDIR}/|" >>${PLIST};\ ${FIND} . -type d | cut -c3- | sort -r \ @@ -64,5 +64,3 @@ do-install: ${CHMOD} ${BINMODE} ${MY_SITELIBDIR}/main.py .include <bsd.port.post.mk> - -#EOF |