- use STAGEDIR
This commit is contained in:
parent
033f7347f8
commit
071c101b9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335217
3 changed files with 9 additions and 19 deletions
|
@ -10,8 +10,6 @@ MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A milter that adds mail header warnings on mail from open-relays
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_RC_SUBR= rblmilter
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -22,13 +20,9 @@ PLIST_FILES= sbin/rbl-milter
|
|||
|
||||
.if defined(NO_WERROR)
|
||||
pre-configure:
|
||||
@${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed
|
||||
@${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's!-Werror!!' ${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
|
||||
|
|
|
@ -16,18 +16,16 @@ MAINTAINER= dinoex@FreeBSD.org
|
|||
COMMENT= Play most popular animation formats and show pictures
|
||||
|
||||
NO_CDROM= redistributed without fee
|
||||
NO_STAGE= yes
|
||||
#NO_STAGE= yes
|
||||
|
||||
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
|
||||
# which is fatal for imake.
|
||||
USES= imake
|
||||
USE_GCC= any
|
||||
USE_XORG= xext xt sm ice xext x11
|
||||
MAN1= xanim.1
|
||||
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
|
||||
DLLDIR= ${PREFIX}/lib/X11/xanim
|
||||
PLIST_FILES+= bin/xanim
|
||||
NO_CDROM= without fee
|
||||
PLIST_FILES+= bin/xanim man/man1/xanim.1.gz
|
||||
|
||||
post-extract:
|
||||
${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC}
|
||||
|
@ -56,9 +54,9 @@ PLIST_FILES+= lib/X11/xanim/cvid.readme lib/X11/xanim/cyuv.readme \
|
|||
PLIST_DIRS+= lib/X11/xanim
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DLLDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR}
|
||||
${MKDIR} ${STAGEDIR}${DLLDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.readme ${STAGEDIR}${DLLDIR}/
|
||||
${INSTALL_DATA} ${WRKDIR}/*.xa ${STAGEDIR}${DLLDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -15,8 +15,6 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -24,9 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
USE_RC_SUBR= tincd
|
||||
|
||||
PLIST_FILES= sbin/tincd
|
||||
MAN5= tinc.conf.5
|
||||
MAN8= tincd.8
|
||||
PLIST_FILES= sbin/tincd \
|
||||
man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
|
||||
|
||||
INFO= tinc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue