diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-26 17:14:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-26 17:14:40 +0800 |
commit | 170e7052ef7738d1bfebc6066cb7791f222926c4 (patch) | |
tree | deffc521c53f745247af837680405ba8752865f1 /comms/smstools3 | |
parent | 202255ffc160bbbfd65b64c5d348a40ca18d8d6c (diff) | |
download | freebsd-ports-gnome-170e7052ef7738d1bfebc6066cb7791f222926c4.tar.gz freebsd-ports-gnome-170e7052ef7738d1bfebc6066cb7791f222926c4.tar.zst freebsd-ports-gnome-170e7052ef7738d1bfebc6066cb7791f222926c4.zip |
Fix typo
Diffstat (limited to 'comms/smstools3')
-rw-r--r-- | comms/smstools3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index 4387c7ace094..d9e01233ea24 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -84,7 +84,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/doc/slideshow/* ${DOCSDIR}/slideshow .endif -,if ${PORT_OPTIONS:MEXAMPLES} +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @for file in `${FIND} ${WRKSRC}/examples -type f ! -name 'README'`; do \ ${INSTALL_SCRIPT} $$file ${EXAMPLESDIR}/; \ |