mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Support stage
Fix packaging as a user
This commit is contained in:
parent
94fefac97e
commit
091a2c1dad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340517
1 changed files with 8 additions and 12 deletions
|
@ -9,8 +9,11 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= itetcu
|
MASTER_SITE_SUBDIR= itetcu
|
||||||
|
|
||||||
MAINTAINER= itetcu@FreeBSD.org
|
MAINTAINER= itetcu@FreeBSD.org
|
||||||
COMMENT= A library for inspecting program's backtrace
|
COMMENT= Library for inspecting program's backtrace
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
USES= uidfix
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
|
MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
|
||||||
|
@ -18,17 +21,10 @@ MAKE_FLAGS= LIBDIR=${PREFIX}/lib \
|
||||||
|
|
||||||
PORTDOCS= README
|
PORTDOCS= README
|
||||||
|
|
||||||
NO_STAGE= yes
|
CFLAGS_amd64= -fno-omit-frame-pointer
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
|
||||||
CFLAGS+= -fno-omit-frame-pointer
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${MKDIR} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue