mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Stage support
- While here drop old alpha support
This commit is contained in:
parent
afe3ea23a3
commit
633e955820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344353
@ -11,20 +11,11 @@ PKGNAMEPREFIX= ossp-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A flexible, full-featured, and fast variable expansion library
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
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 "${FILESDIR}/manpages.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +0,0 @@
|
||||
MAN1+= var-config.1
|
||||
MAN3+= var.3
|
@ -4,3 +4,5 @@ lib/libvar.a
|
||||
lib/libvar.la
|
||||
lib/libvar.so
|
||||
lib/libvar.so.11
|
||||
man/man1/var-config.1.gz
|
||||
man/man3/var.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user