aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-10-23 00:57:44 +0800
committermat <mat@FreeBSD.org>2013-10-23 00:57:44 +0800
commit5b0861254115b1fb7a4bd36253c7b14c33eec687 (patch)
tree2ed4c76f0deb869ff88ddc33cb7fe84640602aa9 /security
parent2ccfacad99afb28356990ca8c04e660979242d1d (diff)
downloadfreebsd-ports-gnome-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.gz
freebsd-ports-gnome-5b0861254115b1fb7a4bd36253c7b14c33eec687.tar.zst
freebsd-ports-gnome-5b0861254115b1fb7a4bd36253c7b14c33eec687.zip
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-Radius/Makefile4
-rw-r--r--security/p5-Digest-MD4/Makefile2
-rw-r--r--security/p5-Net-SAML/Makefile2
-rw-r--r--security/p5-Net-SSLeay/Makefile2
4 files changed, 4 insertions, 6 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile
index 4cf159f42b7c..791c95921267 100644
--- a/security/p5-Authen-Radius/Makefile
+++ b/security/p5-Authen-Radius/Makefile
@@ -38,8 +38,6 @@ pre-configure:
post-install:
@${MKDIR} ${DATADIR}
-.for FILE in ${RADDBFILES}
- @${INSTALL_DATA} ${WRKSRC}/raddb/${FILE} ${DATADIR}/${FILE}
-.endfor
+ cd ${WRKSRC}/raddb/ && ${INSTALL_DATA} ${RADDBFILES} ${DATADIR}
.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index 63dcd4172c7f..1f114bd29ded 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -26,7 +26,7 @@ NO_STAGE= yes
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}/
+ @${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile
index 4996d23deec4..8552c0187b78 100644
--- a/security/p5-Net-SAML/Makefile
+++ b/security/p5-Net-SAML/Makefile
@@ -30,7 +30,7 @@ post-patch:
post-install:
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}/
+ @${MKDIR} ${EXAMPLESDIR}/
cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${EXAMPLESDIR}/
.endif
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index cf9f58d9681a..47ab8f72b499 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -35,7 +35,7 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}/
+ @${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${EXAMPLESDIR}/req.conf
.endif
on Weber2003-02-201-0/+70 * replaced image, updated for 1.2 layout (different order, mostly). ChangedAaron Weber2003-02-193-24/+50 * thx to Baris, adjust phrasing in assorted places. tiny fixes, basically.Aaron Weber2003-02-052-7/+20 * 30 January 2003, Aaron Weber <aaron@ximian.com>Aaron Weber2003-01-318-522/+253 * Change links from ghelp links to internal apx-fdl or apx-gplAaron Weber2003-01-161-8/+7 * s/gnome-help/ghelp/Aaron Weber2003-01-164-5/+18 * "Send Later" feature changed for 1.2 and I didn't notice. Shame on me.Aaron Weber2003-01-121-27/+15 * spelling/typosAaron Weber2002-12-179-46/+59 * Fonts aren't set the way they were, and I had missed a tidbit in there.Aaron Weber2002-12-112-16/+9 * change directory server description.Aaron Weber2002-12-111-22/+65 * change word from "Resend" to "redirect".Aaron Weber2002-12-112-3/+36 * OK, final typo.Aaron Weber2002-12-091-5/+5 * Really need to learn to make sure it's perfect before committing. Doh.Aaron Weber2002-12-071-5/+7 * spelling. doh.Aaron Weber2002-12-071-6/+6 * add spam filtering help.Aaron Weber2002-12-072-39/+132 * redo tags for legalnotice ordering. open/close for actual preface is inAaron Weber2002-11-205-15/+470 * fix bug 27336, which is about how the Search Base option description isAaron Weber2002-11-122-16/+14 * All sgml files replaced with xml files. XML files validated. Two new XMLAaron Weber2002-11-0524-2503/+3246 * Edit-->Undelete, not Actions-->UndeleteAaron Weber2002-10-232-1/+6 * no longer need to enter path.Aaron Weber2002-10-172-8/+4 * Update supported/unsupported list.Aaron Weber2002-10-169-22/+77 * fix 1.0/1.2 feature list discrepancies.Aaron Weber2002-10-092-20/+6 * add info about man page and so forth.Aaron Weber2002-10-093-3/+34 * offline usage.Aaron Weber2002-09-213-19/+52 * forgot to commit changelogAaron Weber2002-09-211-0/+5 * linked to wrong image.Aaron Weber2002-09-211-1/+1 * Make it validate. Same here.Kjartan Maraas2002-09-204-3/+8 * Make it validateKjartan Maraas2002-09-201-1/+1 * add item about permissions.Aaron Weber2002-09-204-397/+339 * nav-by-lettersAaron Weber2002-08-292-3/+33 * update more a littleAaron Weber2002-08-241-28/+35 * remove shortcuts that didn't actually get added to the app.Aaron Weber2002-08-231-22/+3 * change Exchange descriptionAaron Weber2002-08-234-55/+116 * Added note about set status filter action.Kevin Breit2002-07-102-0/+13 * Fixage/updateageAaron Weber2002-06-292-43/+55 * add spanish OMF fileAaron Weber2002-06-281-0/+16 * apply patch from owen taylorAaron Weber2002-06-274-10/+33 * remove the search-refining feature, which isn't actually true, i think.Aaron Weber2002-06-275-96/+73 * more improvem,ent.Aaron Weber2002-06-262-20/+17 * overhaul. still need to improve examples.Aaron Weber2002-06-255-276/+254 * Added info about non-organizer changes to calendar events.Aaron Weber2002-06-191-8/+34 * some of this was shamefully inaccurate.Aaron Weber2002-06-114-83/+67 * Added a tip mentioning that gpg can automagically contact the server forKevin Breit2002-06-052-0/+14 * updated, fixed.Aaron Weber2002-06-012-58/+149 * Reworded the signature introduction paragraph. Started work on documentingKevin Breit2002-05-312-68/+76 * Typo.Aaron Weber2002-05-311-2/+0 * links to conf.Aaron Weber2002-05-318-1100/+252 * minor feature change in Evolution w/r/t Exchange calendars.Aaron Weber2002-05-074-8/+64 * use gpg --import, as per bug 23113Aaron Weber2002-04-232-1/+10 * Just sorting out formatting and changelog-conflict issues.Aaron Weber2002-04-221-3/+0 * Remove bogus EXTRA_DIST with sgmldocs.make. Problem pointed out by RichardEttore Perazzoli2002-04-042-1/+5 * end the line properlyJP Rosevear2002-03-282-2/+5 * Adding topic.datAaron Weber2002-03-281-0/+11 * add from branch. merge from branch merge from branch merge from branchAaron Weber2002-03-288-129/+230 * Added mention that 2048 maybe recommended by some people. Fixed a typo.Kevin Breit2002-03-262-4/+10 * I fixed a typo which caused the documentation to not build.Kevin Breit2002-03-243-14/+29 * Linked "expunge" to the glossary. Made some basic grammar changes.Kevin Breit2002-03-154-159/+182 * Pulled warning about the HTML mail stuff.Kevin Breit2002-03-142-6/+4 * Replaced "png" with "PNG". This shouldn't break the SGML build and it's aKevin Breit2002-03-133-10/+103 * we don't have SUBDIRS C and noJeffrey Stedfast2002-02-161-2/+0 * Somehow accidentally removed all these files. Don't know what that was. :(Aaron Weber2002-02-1617-24/+5530 * Accidentally copied over the Makefile.am and added all these files to the wro...Aaron Weber2002-02-1617-5565/+2 * fix what danw said was wrong.Aaron Weber2002-02-133-69/+40 * Removed "The" from title.Kevin Breit2002-02-113-12/+37 * Changelog issue.Aaron Weber2002-02-071-0/+11 * added C/figures/schedule.png,exchange-identity.png exchange-receive.png,Aaron Weber2002-02-075-100/+286 * Broke Validation, fixing now.Aaron Weber2002-02-072-2/+2 * added C/figures/schedule.png item.Aaron Weber2002-02-074-68/+107 * added a little more info about active directory config.Aaron Weber2002-02-071-9/+15 * warning about INBOX subfolder brokenness.Aaron Weber2002-02-072-0/+18 * Started writing an LDAP config exampleKevin Breit2002-01-302-0/+19 * Added information regarding types of search scopesKevin Breit2002-01-283-4/+38 * Added Search Base as an entry Added Search Scope as an entryKevin Breit2002-01-285-100/+154 * Use `-f' instead of `-e' so installation of topic.dat works on non-GNUEttore Perazzoli2002-01-282-3/+7 * typos.Aaron Weber2002-01-182-2/+6 * Redo the whole options/account-creation thing.Aaron Weber2002-01-163-114/+325 * Polish.Aaron Weber2002-01-081-1/+1 * Touched this file but don't think I changed it.Aaron Weber2002-01-082-2/+36 * mention the full-advantage section and the exchange features. ExpandAaron Weber2002-01-082-35/+90 * Fix. Expand.Aaron Weber2002-01-081-56/+116 * Revised list of supported/unsupported features. Changed installationAaron Weber2002-01-051-44/+36 * Added a tip about reply-to specification stuffKevin Breit2002-01-053-13/+143 * Small fixKevin Breit2001-12-272-1/+5 * Updated indentingKevin Breit2001-12-255-165/+183 * Added a bit of info to the above.Kevin Breit2001-12-232-4/+9 * Added information about importing mutt to Evolution.Kevin Breit2001-12-232-2/+61 * add notes about server/license requirements, revise "your previousAaron Weber2001-12-221-14/+13 * Added a <sect1> that discusses features of ConnectorKevin Breit2001-12-212-10/+181 * add notes about server requirements.Aaron Weber2001-12-193-7/+64 * Added information about importing KMail to Evolution.Kevin Breit2001-12-192-0/+69 * Slight glossary changes in wordingKevin Breit2001-12-155-241/+310 * added "meeting-announce" note ("Simple meeting announcements").Aaron Weber2001-12-062-0/+19 * Additional links to other portions of the document.Aaron Weber2001-12-062-4/+15 * Touched. Minor changes to IMAP section, to make sure links worked, etc.Aaron Weber2001-12-049-85/+365 * Tiny fix.Aaron Weber2001-12-011-3/+5 * Added more info about pretty emails.Kevin Breit2001-12-012-2027/+2077 * Added section about how to make your email pretty. I'll add more each dayKevin Breit2001-11-293-0/+26 * Point to index.html instead of `evolution.sgml'.Ettore Perazzoli2001-11-153-4/+20 * UpdateKjartan Maraas2001-11-1117-824/+1152 * revalidated. sorry.:Aaron Weber2001-10-302-2/+2 * Re-commit, forgot to save last changes.Aaron Weber2001-10-301-1/+0