aboutsummaryrefslogtreecommitdiff
path: root/graphics/photopc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-07-29 09:00:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-07-29 09:00:55 +0000
commit635bb425a0ec612366759aeaabf573dd3a1a69bf (patch)
tree43c5a6790bcbfcea25804cfd46d71c592c451228 /graphics/photopc
parent83c45da7b9100af358573380475d813ce89f22a0 (diff)
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=419234
Diffstat (limited to 'graphics/photopc')
-rw-r--r--graphics/photopc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile
index 811339312000..3a61bb1358fb 100644
--- a/graphics/photopc/Makefile
+++ b/graphics/photopc/Makefile
@@ -18,11 +18,11 @@ PLIST_FILES= bin/epinfo \
lib/libeph_io.a \
man/man1/epinfo.1.gz \
man/man1/photopc.1.gz
-
PORTDOCS= README protocol.htm usage.htm
+
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}