- Really fix packing list.
Reviewed by: mat Approved by: portmgr (krion) Pointyhat to: flz
This commit is contained in:
parent
7bf6803855
commit
0356b5d3d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132132
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= rt
|
||||
PORTVERSION?= 3.0.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \
|
||||
http://download.bestpractical.com/pub/rt/devel/ \
|
||||
|
|
|
@ -7,7 +7,7 @@ rt3/bin/rt-crontool
|
|||
rt3/bin/rt-mailgate
|
||||
rt3/bin/webmux.pl
|
||||
rt3/etc/RT_Config.pm
|
||||
@unexec cmp -s %D/rt3/etc/RT_SiteConfig.pm %D/rt3/etc/RT_SiteConfig.pm-dist; then rm -f %D/rt3/etc/RT_SiteConfig.pm
|
||||
@unexec if cmp -s %D/rt3/etc/RT_SiteConfig.pm %D/rt3/etc/RT_SiteConfig.pm-dist; then rm -f %D/rt3/etc/RT_SiteConfig.pm; fi
|
||||
rt3/etc/RT_SiteConfig.pm-dist
|
||||
@exec [ -f %B/RT_SiteConfig.pm ] || cp %B/%f %B/RT_SiteConfig.pm
|
||||
rt3/etc/acl.Informix
|
||||
|
|
Loading…
Reference in a new issue