diff options
author | marino <marino@FreeBSD.org> | 2015-03-27 04:22:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-27 04:22:00 +0800 |
commit | de70ced02fc321a5f6b441b90865d4a204a12f7e (patch) | |
tree | 359a50ead7ab91d5f1a7ab6298a3233b1a60ec53 | |
parent | 535df03b1b445cb1b78051502839b10563ffed98 (diff) | |
download | freebsd-ports-gnome-de70ced02fc321a5f6b441b90865d4a204a12f7e.tar.gz freebsd-ports-gnome-de70ced02fc321a5f6b441b90865d4a204a12f7e.tar.zst freebsd-ports-gnome-de70ced02fc321a5f6b441b90865d4a204a12f7e.zip |
x11-toolkits/swt: Fix embarrassing typo
Reports by: Jung-uk Kim
-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} |