aboutsummaryrefslogtreecommitdiff
path: root/graphics/feh
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-04-08 13:19:19 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-04-08 13:19:19 +0000
commitd2890c550ab7a7ddb081e09713309a9804b0991f (patch)
tree741736046acde8d6d12d78afe0544eda22b2797a /graphics/feh
parent255bbc25a5c667ed8ee55b25438c37974d1e8c38 (diff)
downloadports-d2890c550ab7a7ddb081e09713309a9804b0991f.tar.gz
ports-d2890c550ab7a7ddb081e09713309a9804b0991f.zip
Notes
Diffstat (limited to 'graphics/feh')
-rw-r--r--graphics/feh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 26d740802751..7e2b5229fbf3 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= feh
PORTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/ \
${MASTER_SITE_LOCAL}
@@ -36,7 +37,7 @@ post-patch:
${WRKSRC}/Makefile
post-install:
-.if ${PORT_OPTIONS:MDOC}
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif