mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix PLIST
- Bump PORTREVISION for package change PR: ports/186155 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
parent
546410486e
commit
1086b15442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342575
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= asciidoc
|
||||
PORTVERSION= 8.6.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -139,6 +139,7 @@ bin/asciidoc.py
|
||||
@unexec if cmp -s %D/%%ETCDIR%%/xhtml11-quirks.conf.sample %D/%%ETCDIR%%/xhtml11-quirks.conf; then rm -f %D/%%ETCDIR%%/xhtml11-quirks.conf; fi
|
||||
%%ETCDIR%%/xhtml11-quirks.conf.sample
|
||||
@exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ]; then cp -p %D/%F %B/xhtml11-quirks.conf; fi
|
||||
%%PYTHON_SITELIBDIR%%/asciidocapi.py
|
||||
man/man1/a2x.1.gz
|
||||
man/man1/asciidoc.1.gz
|
||||
@dirrm %%ETCDIR%%/themes/volnitsky
|
||||
|
Loading…
Reference in New Issue
Block a user