mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
I experienced catastrophic brain failure and put
PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops.
This commit is contained in:
parent
b3926e8d38
commit
de9b552061
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352712
@ -20,7 +20,6 @@ RUN_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap\
|
||||
OPTIONS_DEFINE= SUID_ROOT DOCS
|
||||
SUID_ROOT_DESC= Install aimsniff with set-uid bit
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
PORTDOCS= README table.struct rc.aimsniff
|
||||
|
||||
USES= perl5
|
||||
|
@ -16,7 +16,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= README TODO CHANGES AMAP-LIB-INTERFACE
|
||||
|
||||
LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig
|
||||
|
@ -14,7 +14,7 @@ PORTDOCS= README.AVP README.AVP.de README.DrWeb README.Exim \
|
||||
README.Postfix README.Postfix.de README.Sendmail eicar.msg \
|
||||
eicar.txt
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile
|
||||
|
@ -21,7 +21,7 @@ NO_BUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \
|
||||
MAINTAINER= cordeiro@nic.br
|
||||
COMMENT= Tool to locally check for signs of a rootkit
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SCRIPT_FILES= chkrootkit
|
||||
PROG_FILES= chklastlog \
|
||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
|
||||
GNU_CONFIGURE= yes
|
||||
USE_EMACS= yes
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
INFO= epa
|
||||
PORTDOCS= ChangeLog NEWS README
|
||||
|
||||
|
@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= 900.fpupdate fpscan fpupdate
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
|
@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -type l -delete
|
||||
|
@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
USES= tar:bzip2 gmake
|
||||
|
||||
OPTIONS_DEFINE= LIBNET
|
||||
OPTIONS_DEFINE= LIBNET DOCS
|
||||
OPTIONS_DEFAULT=LIBNET
|
||||
LIBNET_DESC= Build with libnet support
|
||||
|
||||
@ -24,7 +24,6 @@ MAKEFILE= GNUmakefile
|
||||
|
||||
PLIST_FILES= bin/fiked man/man1/fiked.1.gz
|
||||
PORTDOCS= README NEWS
|
||||
PORT_OPTIONS= DOCS
|
||||
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
|
@ -19,7 +19,7 @@ CONFFILES= fwanalog-dom.tab \
|
||||
fwanalog.opts \
|
||||
services.conf
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
|
@ -18,7 +18,7 @@ USE_PYTHON= yes
|
||||
MAN1= gcipher.1
|
||||
LICENSE_FILES= ${WRKSRC}/LICENSE
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc
|
||||
PORTDOCS= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt
|
||||
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${STAGEDIR}${PREFIX}/bin
|
||||
|
@ -14,7 +14,7 @@ LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
PORT_OPTIONS= EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
# inplace replacement to remove relative binary path in examples scripts
|
||||
post-patch:
|
||||
|
@ -19,7 +19,7 @@ CFLAGS+= -fPIC
|
||||
SUB_LIST= pkg-message
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/^ifd-//}
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= lib/pcsc/drivers/libslb_rf60.so
|
||||
|
@ -15,7 +15,7 @@ PLIST_FILES= bin/ipfcount man/man1/ipfcount.1.gz
|
||||
|
||||
USES= perl5
|
||||
|
||||
PORT_OPTIONS= EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
PORTEXAMPLES= 100.ipfcount
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME}
|
||||
|
||||
PORT_OPTIONS= DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -20,7 +20,7 @@ MAKEFLAGS+= BF_ENC=bf_enc.o
|
||||
|
||||
WRKSRC= ${WRKDIR}/bf
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= blowfish.doc COPYRIGHT README VERSION
|
||||
|
||||
|
@ -22,7 +22,7 @@ NO_BUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
PORT_OPTIONS= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
RUN_DEPENDS+= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
|
||||
p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
|
||||
|
Loading…
Reference in New Issue
Block a user