aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:02:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:02:06 +0000
commit5bfc9c6254732400a4ca078eff2dbc045e65ead7 (patch)
treed8a3a6bbd10800d25976b2cee85241a90fda39d2 /devel
parent32a71f2069cab19cec926204f268aeb300fa2357 (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ossp-ex/Makefile13
-rw-r--r--devel/ossp-ex/pkg-plist1
2 files changed, 3 insertions, 11 deletions
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile
index 1f97da323700..49711d4ac438 100644
--- a/devel/ossp-ex/Makefile
+++ b/devel/ossp-ex/Makefile
@@ -11,20 +11,11 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= OSSP ex is a small exception handling library for use in C
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-MAN3= ex.3
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= Does not compile on alpha
-.endif
-
check: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/ossp-ex/pkg-plist b/devel/ossp-ex/pkg-plist
index 295b087cc41f..b8abd5221082 100644
--- a/devel/ossp-ex/pkg-plist
+++ b/devel/ossp-ex/pkg-plist
@@ -4,3 +4,4 @@ lib/libex.a
lib/libex.la
lib/libex.so
lib/libex.so.10
+man/man3/ex.3.gz