mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
Add CPE capability
Remove unnecessary @dirrm
This commit is contained in:
parent
52eae7611d
commit
d2d421aab6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370349
2 changed files with 4 additions and 9 deletions
|
@ -34,9 +34,12 @@ SUB_LIST+= PORTNAME=${PORTNAME} \
|
||||||
GROUPS=${GROUPS}
|
GROUPS=${GROUPS}
|
||||||
|
|
||||||
# Configure script is written in perl
|
# Configure script is written in perl
|
||||||
USES= perl5
|
USES= cpe perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
||||||
|
CPE_VENDOR= inspire_ircd
|
||||||
|
CPE_PRODUCT= inspircd
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \
|
CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \
|
||||||
--module-dir=${PREFIX}/lib/${PORTNAME}/modules \
|
--module-dir=${PREFIX}/lib/${PORTNAME}/modules \
|
||||||
|
|
|
@ -225,14 +225,6 @@ lib/inspircd/modules/m_userip.so
|
||||||
lib/inspircd/modules/m_vhost.so
|
lib/inspircd/modules/m_vhost.so
|
||||||
lib/inspircd/modules/m_watch.so
|
lib/inspircd/modules/m_watch.so
|
||||||
lib/inspircd/modules/m_xline_db.so
|
lib/inspircd/modules/m_xline_db.so
|
||||||
@dirrmtry etc/inspircd/examples/aliases
|
|
||||||
@dirrmtry etc/inspircd/examples/modules
|
|
||||||
@dirrmtry etc/inspircd/examples
|
|
||||||
@dirrmtry etc/inspircd
|
|
||||||
@dirrm lib/inspircd/modules
|
|
||||||
@dirrmtry lib/inspircd/logs
|
|
||||||
@dirrmtry lib/inspircd/data
|
|
||||||
@dirrm lib/inspircd
|
|
||||||
@unexec if cmp -s %D/%%ETCDIR%%/examples/censor.conf.example %D/%%ETCDIR%%/censor.conf; then rm -f %D/%%ETCDIR%%/censor.conf; fi
|
@unexec if cmp -s %D/%%ETCDIR%%/examples/censor.conf.example %D/%%ETCDIR%%/censor.conf; then rm -f %D/%%ETCDIR%%/censor.conf; fi
|
||||||
@unexec if cmp -s %D/%%ETCDIR%%/examples/filter.conf.example %D/%%ETCDIR%%/filter.conf; then rm -f %D/%%ETCDIR%%/filter.conf; fi
|
@unexec if cmp -s %D/%%ETCDIR%%/examples/filter.conf.example %D/%%ETCDIR%%/filter.conf; then rm -f %D/%%ETCDIR%%/filter.conf; fi
|
||||||
@unexec if cmp -s %D/%%ETCDIR%%/examples/helpop-full.conf.example %D/%%ETCDIR%%/helpop-full.conf; then rm -f %D/%%ETCDIR%%/helpop-full.conf; fi
|
@unexec if cmp -s %D/%%ETCDIR%%/examples/helpop-full.conf.example %D/%%ETCDIR%%/helpop-full.conf; then rm -f %D/%%ETCDIR%%/helpop-full.conf; fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue