diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-04 00:18:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-04 00:18:05 +0800 |
commit | 1e90afeb6b924f00d2c9e8511f794ba48f5d034b (patch) | |
tree | d601aeacdfa65117fece338ffef31896163b5aba /comms | |
parent | 3050f92495d82840d2ce42af5da26bffa87d57af (diff) | |
download | freebsd-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/Makefile | 2 |
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 |