diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:52 +0000 |
commit | 767546ea303e216d747080c77b17e37df8523953 (patch) | |
tree | e59027b37c44ebf1520fecbca6839590a72eb691 /misc/ree | |
parent | f4cb4476e20b69797333123eeb6991906b8f75e6 (diff) | |
download | ports-767546ea303e216d747080c77b17e37df8523953.tar.gz ports-767546ea303e216d747080c77b17e37df8523953.zip |
Notes
Diffstat (limited to 'misc/ree')
-rw-r--r-- | misc/ree/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 97375fb40602..ea44df0a6030 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -17,8 +17,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-build: .for f in ${PORTNAME} fontdump ${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f} |