diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-27 06:56:25 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-27 06:56:25 +0800 |
commit | 06c670eeda3e104bc2a0420b926982bbd925d668 (patch) | |
tree | 18a7a3c6873d91af04c25fca411888693c8835ce | |
parent | 173824a1800099462628677c4eb34dc16b99b205 (diff) | |
download | freebsd-ports-gnome-06c670eeda3e104bc2a0420b926982bbd925d668.tar.gz freebsd-ports-gnome-06c670eeda3e104bc2a0420b926982bbd925d668.tar.zst freebsd-ports-gnome-06c670eeda3e104bc2a0420b926982bbd925d668.zip |
- Implement staging.
-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 |