mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
96cc6ec6fa
commit
8347d5e261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342323
@ -11,9 +11,8 @@ COMMENT= Cache earlier sendmail's verdicts for the relays
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= sbin/skem
|
||||
MAN8= skem.8
|
||||
MANCOMPRESSED= maybe
|
||||
PLIST_FILES= sbin/skem \
|
||||
man/man8/skem.8.gz
|
||||
|
||||
OPTIONS_DEFINE= SKEM_MILTER421 SKEM_NO_CLEANUP SKEM_NO_LOGWATCHER SKEM_NETINET6 SKEM_NETINET
|
||||
SKEM_MILTER421_DESC= Sendmail was built with -D_FFR_MILTER_421
|
||||
@ -24,8 +23,6 @@ SKEM_NETINET_DESC= Support IPv4 addresses
|
||||
|
||||
OPTIONS_DEFAULT= SKEM_NETINET
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -14,10 +14,6 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
MAN1= pfqueue.1
|
||||
MAN5= pfqueue.conf.5
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
|
||||
-e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
||||
|
@ -20,3 +20,5 @@ lib/libpfqueue.a
|
||||
lib/libpfqueue.la
|
||||
lib/libpfqueue.so
|
||||
lib/libpfqueue.so.0
|
||||
man/man1/pfqueue.1.gz
|
||||
man/man5/pfqueue.conf.5.gz
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Tool to manipulate X configuration files for the NVidia driver
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
MAKE_ENV= NV_VERBOSE= \
|
||||
STRIP_CMD=${TRUE} \
|
||||
@ -21,13 +21,11 @@ MAKE_ENV= NV_VERBOSE= \
|
||||
INSTALL_MAN="${INSTALL_MAN}" \
|
||||
prefix=${PREFIX}
|
||||
|
||||
PLIST_FILES= bin/nvidia-xconfig
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= nvidia-xconfig.1
|
||||
PLIST_FILES= bin/nvidia-xconfig \
|
||||
man/man1/nvidia-xconfig.1.gz
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '/^prefix/s/=/?&/' \
|
||||
-e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user