aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-01-04 00:18:05 +0800
committeradamw <adamw@FreeBSD.org>2014-01-04 00:18:05 +0800
commit1e90afeb6b924f00d2c9e8511f794ba48f5d034b (patch)
treed601aeacdfa65117fece338ffef31896163b5aba /comms
parent3050f92495d82840d2ce42af5da26bffa87d57af (diff)
downloadfreebsd-ports-gnome-1e90afeb6b924f00d2c9e8511f794ba48f5d034b.tar.gz
freebsd-ports-gnome-1e90afeb6b924f00d2c9e8511f794ba48f5d034b.tar.zst
freebsd-ports-gnome-1e90afeb6b924f00d2c9e8511f794ba48f5d034b.zip
Fix type (..if)
Diffstat (limited to 'comms')
-rw-r--r--comms/scmxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index 0d2fcc08dacd..1dd314661e8d 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -34,7 +34,7 @@ post-patch:
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-..if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif