aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hpack.non-usa.only/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-06-17 18:55:03 +0800
committerolgeni <olgeni@FreeBSD.org>2001-06-17 18:55:03 +0800
commit6160d91d2d29d997004991b1686bafe5fbb79fca (patch)
treea4248b7c872e46e4afad726533c98cb032b5f18b /archivers/hpack.non-usa.only/Makefile
parenta61cd7d17cce36c2cea36be6593362d3a4adbf13 (diff)
downloadfreebsd-ports-gnome-6160d91d2d29d997004991b1686bafe5fbb79fca.tar.gz
freebsd-ports-gnome-6160d91d2d29d997004991b1686bafe5fbb79fca.tar.zst
freebsd-ports-gnome-6160d91d2d29d997004991b1686bafe5fbb79fca.zip
Add management for etc/hpack.cfg.
Diffstat (limited to 'archivers/hpack.non-usa.only/Makefile')
-rw-r--r--archivers/hpack.non-usa.only/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index 4f4909bd8060..39407ff2ca57 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -24,4 +24,7 @@ post-patch:
@${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
.endfor
+post-install:
+ @${CP} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/etc/hpack.cfg.dist
+
.include <bsd.port.mk>