aboutsummaryrefslogtreecommitdiff
path: root/archivers/hpack.non-usa.only
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-09 09:34:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-09 09:34:44 +0000
commit751e5ad65b7f042c23254310c528ed8b32015454 (patch)
treee7c09c23ae227585ce152b7fdb889146fe46bb4d /archivers/hpack.non-usa.only
parente34a32e182a0d9bf24612e23d9bfbae4512251d4 (diff)
downloadports-751e5ad65b7f042c23254310c528ed8b32015454.tar.gz
ports-751e5ad65b7f042c23254310c528ed8b32015454.zip
- Pass maintainership to submitter
- pet portlint PR: 138583 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes
Notes: svn path=/head/; revision=241092
Diffstat (limited to 'archivers/hpack.non-usa.only')
-rw-r--r--archivers/hpack.non-usa.only/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index 5a4005ea211d..7e541f9ff1d6 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.franken.de/pub/crypt/misc/ \
http://ftp.tugraz.at/mirror/crypto/programs/hpack/
DISTNAME= hpack79src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= scjamorim@bsd.com.br
COMMENT= Multi-System Archiver with open keys PGP-based security
NO_WRKSUBDIR= yes
@@ -27,6 +27,6 @@ post-patch:
.endfor
post-install:
- @${CP} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
+ @${INSTALL_DATA} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
.include <bsd.port.mk>