aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-sysvipc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-14 04:54:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-14 04:54:37 +0000
commit39a413d6b9a7cc3ecdfb4135af2645bf67d7f357 (patch)
treef493279f29bfb08ef3fa252fcd89eb2a8db61e3f /devel/ruby-sysvipc
parent8b7f6be9ce44e273ad177399a92264a6d74c5287 (diff)
downloadports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.tar.gz
ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.zip
Notes
Diffstat (limited to 'devel/ruby-sysvipc')
-rw-r--r--devel/ruby-sysvipc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile
index e7a3f9e8fa7c..624aede26bb8 100644
--- a/devel/ruby-sysvipc/Makefile
+++ b/devel/ruby-sysvipc/Makefile
@@ -26,9 +26,9 @@ INSTALL_TARGET= site-install
DOCS= ${RUBY_RD_FILES} \
${RUBY_RD_HTML_FILES}
-post-install: doc-install
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+post-install: doc-install
doc-install:
.if !defined(NOPORTDOCS)
@@ -37,3 +37,5 @@ doc-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
+
+.include <bsd.port.post.mk>