diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-09 17:34:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-09 17:34:44 +0800 |
commit | 4bc886129a222f6d634af7a5dc66277445711b8a (patch) | |
tree | 7948e30a25a58c9866983760069b50002bbde39f /archivers | |
parent | e31ca1cabc34d7d52aa8f4296a76cb4d9aecc770 (diff) | |
download | freebsd-ports-gnome-4bc886129a222f6d634af7a5dc66277445711b8a.tar.gz freebsd-ports-gnome-4bc886129a222f6d634af7a5dc66277445711b8a.tar.zst freebsd-ports-gnome-4bc886129a222f6d634af7a5dc66277445711b8a.zip |
- Pass maintainership to submitter
- pet portlint
PR: 138583
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 4 |
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> |