diff options
author | nbm <nbm@FreeBSD.org> | 2000-11-09 00:18:10 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-11-09 00:18:10 +0000 |
commit | 27eeadf5aef7bab9725ee17e56a2ee2b75653dc6 (patch) | |
tree | 7d88a4bc12188e0afe2965b08b91d37ec886dfda /www | |
parent | e90051eccee452632402966751fa46e8dfdef815 (diff) | |
download | FreeBSD-ports-27eeadf5aef7bab9725ee17e56a2ee2b75653dc6.zip FreeBSD-ports-27eeadf5aef7bab9725ee17e56a2ee2b75653dc6.tar.gz |
Fix human error - ${PKGMESSAGE} should be set to the work directory,
and is generated automatically from ${FILESDIR}/MESSAGE in post-install.
Diffstat (limited to 'www')
-rw-r--r-- | www/znavigator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/znavigator/Makefile b/www/znavigator/Makefile index b9f9f5f..72b02cc 100644 --- a/www/znavigator/Makefile +++ b/www/znavigator/Makefile @@ -28,6 +28,8 @@ ZOPEPRODUCTDIR= lib/python/Products ZOPEPRODUCTSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} +PKGMESSAGE= ${WRKDIR}/.pkg-message + PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} do-install: |