summaryrefslogtreecommitdiff
path: root/databases/postgresql_autodoc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-02-23 11:07:26 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-02-23 11:07:26 +0000
commite3a7a074f8a0626245c68a2b2af908478d4d2e32 (patch)
tree2d3f780606b25610cfc3c3c8b8e9d2a677886103 /databases/postgresql_autodoc
parentUpdate to neon 0.23.7, and fix portlint issues. (diff)
Suppress command echo.
Notes
Notes: svn path=/head/; revision=76254
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r--databases/postgresql_autodoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index 96a7cf9a7d6d..81dc87f50663 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -26,6 +26,6 @@ post-patch:
@${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/postgresql_autodoc.pl
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc.pl ${PREFIX}/bin/postgresql_autodoc
+ @${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc.pl ${PREFIX}/bin/postgresql_autodoc
.include <bsd.port.mk>