aboutsummaryrefslogtreecommitdiff
path: root/news/p5-Gateway/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-05-21 12:10:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-05-21 12:10:44 +0000
commit3ce8b38125845389afbbe0a1d79803444196eda2 (patch)
tree07f6ec197936176d9c83258d21333ec3309a6de5 /news/p5-Gateway/Makefile
parent64a88bdf7a146f90033aa7dd78ec63dcc45e6332 (diff)
downloadports-3ce8b38125845389afbbe0a1d79803444196eda2.tar.gz
ports-3ce8b38125845389afbbe0a1d79803444196eda2.zip
Install the author's example files.
PR: ports/18703 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=28648
Diffstat (limited to 'news/p5-Gateway/Makefile')
-rw-r--r--news/p5-Gateway/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile
index a4544d5f7bff..11724abfb583 100644
--- a/news/p5-Gateway/Makefile
+++ b/news/p5-Gateway/Makefile
@@ -25,4 +25,12 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/examples/Gateway
+.for file in listgate listgate.m4 listgate.readme raccmod raccpost racrmod
+ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/Gateway
+.endfor
+.endif
+
.include <bsd.port.mk>