aboutsummaryrefslogtreecommitdiffstats
path: root/misc/otter
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-11-19 01:30:04 +0800
committeritetcu <itetcu@FreeBSD.org>2008-11-19 01:30:04 +0800
commitada6d6e61671898462e263e8c94bcbdfb9615550 (patch)
treeac3229c60098375bb674cb4ab68a3c0c584f363c /misc/otter
parent86530ab0b8dd306f57dd464314680491d8bdc51b (diff)
downloadfreebsd-ports-gnome-ada6d6e61671898462e263e8c94bcbdfb9615550.tar.gz
freebsd-ports-gnome-ada6d6e61671898462e263e8c94bcbdfb9615550.tar.zst
freebsd-ports-gnome-ada6d6e61671898462e263e8c94bcbdfb9615550.zip
- fix typo, hence plist for -DNOPORTDOCS
- bum PORTREVISION Approved by: maintainer timeout on QAT BotMails Prompted by: QAT QA run
Diffstat (limited to 'misc/otter')
-rw-r--r--misc/otter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/otter/Makefile b/misc/otter/Makefile
index d0327233c7d8..b4a8f2def172 100644
--- a/misc/otter/Makefile
+++ b/misc/otter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= otter
PORTVERSION= 3.3f
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www-unix.mcs.anl.gov/AR/otter/dist33/
@@ -24,7 +25,7 @@ do-install:
.for prog in ${PROGRAMS}
${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} ${PREFIX}/bin
.endfor
-.if !defined{NOPORTDOCS}
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/documents/${doc} ${DOCSDIR}