diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
commit | 5f4572efe091ea22071742fec9204d64235d445c (patch) | |
tree | d06c3cd05bd3ac19145943ef14e5df4dbdf98a39 /math | |
parent | e475f25c20be16da777bd7ebb0f60edd7f4540be (diff) | |
download | freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.tar.gz freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.tar.zst freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.zip |
- Stage support
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 2 | ||||
-rw-r--r-- | math/cln/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 1361c919657b..29608a96608e 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ARGS= --with-gmp USE_LDCONFIG= yes INFO= cln -MAN1= pi.1 STRIP= # none @@ -29,7 +28,6 @@ CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/math/cln/pkg-plist b/math/cln/pkg-plist index 6ccfef5b4cd5..429e510450d8 100644 --- a/math/cln/pkg-plist +++ b/math/cln/pkg-plist @@ -82,4 +82,5 @@ lib/libcln.la lib/libcln.so lib/libcln.so.6 libdata/pkgconfig/cln.pc +man/man1/pi.1.gz @dirrm include/cln |