mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Plist fixes. No need for @exec and use @sample.
This commit is contained in:
parent
1aab8e6742
commit
4c9b998ba3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370244
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20141006
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= GH \
|
||||
|
@ -30,7 +30,6 @@ sbin/portsclean
|
||||
sbin/portsdb
|
||||
sbin/portupgrade
|
||||
sbin/portversion
|
||||
@exec /bin/mkdir -p %D/%%RUBY_SITELIBDIR%%/pkgtools
|
||||
%%RUBY_SITELIBDIR%%/pkgtools/pkg.rb
|
||||
%%RUBY_SITELIBDIR%%/pkgtools/pkgdb.rb
|
||||
%%RUBY_SITELIBDIR%%/pkgtools/pkgdbtools.rb
|
||||
@ -44,9 +43,7 @@ sbin/portversion
|
||||
%%RUBY_SITELIBDIR%%/pkgtools/portsdb.rb
|
||||
%%RUBY_SITELIBDIR%%/pkgtools/revision.rb
|
||||
%%RUBY_SITELIBDIR%%/pkgtools.rb
|
||||
@unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi
|
||||
etc/pkgtools.conf.sample
|
||||
@exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
|
||||
@sample etc/pkgtools.conf.sample
|
||||
etc/pkgtools.status-pkg.sh
|
||||
share/zsh/site-functions/_pkgtools
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bash/complete.sample
|
||||
|
Loading…
Reference in New Issue
Block a user