aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/feh
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-04-08 21:19:19 +0800
committerzeising <zeising@FreeBSD.org>2013-04-08 21:19:19 +0800
commit2c5941cab04e7a9188aa8e9351ab19d1e220018f (patch)
tree741736046acde8d6d12d78afe0544eda22b2797a /graphics/feh
parent36af030e890c42b9078a8cee872e42a44fad50aa (diff)
downloadfreebsd-ports-gnome-2c5941cab04e7a9188aa8e9351ab19d1e220018f.tar.gz
freebsd-ports-gnome-2c5941cab04e7a9188aa8e9351ab19d1e220018f.tar.zst
freebsd-ports-gnome-2c5941cab04e7a9188aa8e9351ab19d1e220018f.zip
Fix a typo and make documentation actually install when it should.
This fixes a plist issue since the documentation wasn't installed when it should have been. Bump portrevision. Approved by: portmgr (bapt)
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