diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 20:22:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 20:22:00 +0000 |
commit | d2d0618fc29aedfd850fb9df8ffae4afd87dfa6c (patch) | |
tree | 359a50ead7ab91d5f1a7ab6298a3233b1a60ec53 | |
parent | x11-toolkits/swt: Add DragonFly support (diff) |
x11-toolkits/swt: Fix embarrassing typo
Reports by: Jung-uk Kim
Notes
Notes:
svn path=/head/; revision=382340
-rw-r--r-- | x11-toolkits/swt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index a3665b7f602a..0f7e28fa9e97 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -85,7 +85,7 @@ post-extract: post-patch: ${SED} -e 's|freebsd|dragonfly|g' ${WRKSRC}/make_freebsd.mak \ - ${WRKSRC}/make_dragonfly.mak + > ${WRKSRC}/make_dragonfly.mak do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} |