diff options
author | nbm <nbm@FreeBSD.org> | 2001-05-03 10:23:54 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-05-03 10:23:54 +0000 |
commit | d49dc4a39f449c5fff742b6b177b3aa717bdd2f1 (patch) | |
tree | 8872394e398246e4b873489c42d013d07b565ab5 /www/zope213/Makefile | |
parent | 167101e228d133b647585a155d9fd83aa55dc66c (diff) | |
download | FreeBSD-ports-d49dc4a39f449c5fff742b6b177b3aa717bdd2f1.zip FreeBSD-ports-d49dc4a39f449c5fff742b6b177b3aa717bdd2f1.tar.gz |
Actually install the 2001-05-01 Hotfix.
Diffstat (limited to 'www/zope213/Makefile')
-rw-r--r-- | www/zope213/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 14a8e79..15b3278 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -65,7 +65,7 @@ do-install: @${ECHO} "===> Please be patient, some builds need their time." @${ECHO} "===> Copying..." @${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/ - @#${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ + @${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/ @# @${CHMOD} -R u+w ${ZOPEBASEDIR} @(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py) |