diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /math | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index fcfcb6a95b02..e7fb4d067db9 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -76,4 +76,3 @@ post-install: ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION} .include <bsd.port.mk> - |