mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Don't install .orig files.
Suggested by: az Feature safe: yes
This commit is contained in:
parent
db18f65b64
commit
fca53a29cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307322
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 3.3.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/$(PORTVERSION)/source/
|
||||
DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz
|
||||
|
@ -133,6 +133,7 @@ PLIST_FILES+= sbin/syslog2ng
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's:libnet-config:libnet116-config:g' ${WRKSRC}/configure
|
||||
@${LN} ${WRKSRC}/scl/syslog-ng.conf ${WRKSRC}/scl/syslog-ng.conf.dist
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_SYSLOG2NG)
|
||||
|
|
|
@ -109,7 +109,6 @@ share/include/scl/syslogconf/README
|
|||
share/include/scl/syslogconf/convert-syslogconf.awk
|
||||
share/include/scl/syslogconf/plugin.conf
|
||||
share/include/scl/system/generate-system-source.sh
|
||||
share/include/scl/system/generate-system-source.sh.orig
|
||||
share/include/scl/system/plugin.conf
|
||||
share/tools/cfg-grammar.y
|
||||
share/tools/lex-rules.am
|
||||
|
|
Loading…
Add table
Reference in a new issue