diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 16:05:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 16:05:57 +0800 |
commit | a443ceb3e75f9e9572aafb353a0fb1e0599e2922 (patch) | |
tree | cb28a946e1e74f28e726364117cc80dd83f57f9a /net | |
parent | d791b0d2a3023eb1942bdd504daf5521ac10c637 (diff) | |
download | freebsd-ports-graphics-a443ceb3e75f9e9572aafb353a0fb1e0599e2922.tar.gz freebsd-ports-graphics-a443ceb3e75f9e9572aafb353a0fb1e0599e2922.tar.zst freebsd-ports-graphics-a443ceb3e75f9e9572aafb353a0fb1e0599e2922.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'net')
-rw-r--r-- | net/ossp-sa/Makefile | 5 | ||||
-rw-r--r-- | net/ossp-sa/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index 371af11acdf..48a2965ac65 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -13,15 +13,12 @@ COMMENT= An abstraction library for the Unix socket API LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LDCONFIG= yes -MAN3+= sa.3 - check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/ossp-sa/pkg-plist b/net/ossp-sa/pkg-plist index d29d384ceff..75b62255295 100644 --- a/net/ossp-sa/pkg-plist +++ b/net/ossp-sa/pkg-plist @@ -5,3 +5,4 @@ lib/libsa.la lib/libsa.so lib/libsa.so.12 libdata/pkgconfig/sa.pc +man/man3/sa.3.gz |