diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
commit | 90eb686abd90a105ace72b3e120053c4157a0cd4 (patch) | |
tree | 7db1074b061c221458953dd6fceb631f8d8ef044 /www/mnogosearch31 | |
parent | 2d7438d6f4e745b0e59b3a2bc4f87398c455d252 (diff) | |
download | ports-90eb686abd90a105ace72b3e120053c4157a0cd4.tar.gz ports-90eb686abd90a105ace72b3e120053c4157a0cd4.zip |
Notes
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 7604e857304e..c94e5708fa7e 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -64,7 +64,7 @@ pre-install: post-install: cd ${WRKSRC} && ${TAR} --create --file - --exclude CVS create | (cd ${PREFIX}/share/mnogosearch && ${TAR} xf -) ${CHMOD} 700 /var/mnogosearch/cache - ${CHOWN} -R nobody.nogroup /var/mnogosearch/ + ${CHOWN} -R nobody:nogroup /var/mnogosearch/ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mnogosearch ${INSTALL_DATA} ${FILESDIR}/spelld.sh-dist ${PREFIX}/etc/rc.d/ @${ECHO} |