diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:05 +0800 |
commit | 23e4b9a68f3fbe803911a33381a3801ed45c4816 (patch) | |
tree | 38ca8eed91a0c1110a8b9ee4c1d0b377c7bfc16e /math/spar | |
parent | a164ca0372b1a8e972f781b01b0696bd7c30d498 (diff) | |
download | freebsd-ports-graphics-23e4b9a68f3fbe803911a33381a3801ed45c4816.tar.gz freebsd-ports-graphics-23e4b9a68f3fbe803911a33381a3801ed45c4816.tar.zst freebsd-ports-graphics-23e4b9a68f3fbe803911a33381a3801ed45c4816.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'math/spar')
-rw-r--r-- | math/spar/Makefile | 3 | ||||
-rw-r--r-- | math/spar/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile index db964755170..966314e3c05 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -15,9 +15,6 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes -MAN1= spar.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/math/spar/pkg-plist b/math/spar/pkg-plist index 2fe3edee884..7fd31032808 100644 --- a/math/spar/pkg-plist +++ b/math/spar/pkg-plist @@ -42,6 +42,7 @@ lib/spar/zsolve_q.a lib/spar/zsolve_q.la lib/spar/zsolve_q.so share/spar/modules_config +man/man1/spar.1.gz @dirrm include/spar @dirrm lib/spar @dirrm share/spar |