diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:56:25 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-26 22:56:25 +0000 |
commit | 689884261627dc35af5c43aa1aea5b44d2933bfc (patch) | |
tree | 18a7a3c6873d91af04c25fca411888693c8835ce /math | |
parent | 0310baee3718c241bf9f07abc3b974093dd2284a (diff) | |
download | ports-689884261627dc35af5c43aa1aea5b44d2933bfc.tar.gz ports-689884261627dc35af5c43aa1aea5b44d2933bfc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 860e9cbf7f8c..c5d5f49df84a 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -18,13 +18,11 @@ USES= pkgconfig pathfix gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAN1= ginsh.1 viewgar.1 INFO= ginac ginac-examples CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 517f8d69cf8e..cf4ca2dc3393 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -52,4 +52,6 @@ lib/libginac.la lib/libginac.so lib/libginac.so.3 libdata/pkgconfig/ginac.pc +man/man1/ginsh.1.gz +man/man1/viewgar.1.gz @dirrm include/ginac |