diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-16 22:11:13 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-16 22:11:13 +0000 |
commit | b5e87c03a73d8fbdf62494e8f3f473ab7fb8798e (patch) | |
tree | 2baf1830512f0f894784ec5c06b4f39a9873856f /www/squid | |
parent | 36efebccd914cf12a4db26cb275bb4c26eb4a7ed (diff) | |
download | ports-b5e87c03a73d8fbdf62494e8f3f473ab7fb8798e.tar.gz ports-b5e87c03a73d8fbdf62494e8f3f473ab7fb8798e.zip |
Notes
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index f3603c4987f9..1d1812bb8bb7 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -424,8 +424,10 @@ pre-su-install: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/helpers/basic_auth/DB/passwd.sql ${EXAMPLESDIR} +.endif .if defined(WITH_SQUID_PINGER) ${CHMOD} 4510 ${PREFIX}/libexec/squid/pinger; \ ${CHGRP} ${SQUID_GID} ${PREFIX}/libexec/squid/pinger |