View | Details | Raw Unified | Return to bug 136940
Collapse All | Expand All

(-)/usr/ports/textproc/asciidoc/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	asciidoc
8
PORTNAME=	asciidoc
9
PORTVERSION=	8.4.5
9
PORTVERSION=	8.4.5
10
PORTREVISION=	1
10
CATEGORIES=	textproc
11
CATEGORIES=	textproc
11
MASTER_SITES=	http://www.methods.co.nz/asciidoc/ \
12
MASTER_SITES=	http://www.methods.co.nz/asciidoc/ \
12
		SF
13
		SF
(-)/usr/ports/textproc/asciidoc/files/patch-a2x (+11 lines)
Line 0 Link Here
1
--- ./a2x.orig	2009-07-20 13:49:35.139308000 +0000
2
+++ ./a2x	2009-07-20 13:52:55.111653855 +0000
3
@@ -13,7 +13,7 @@
4
 if [ ! -e "$REALNAME" ]; then
5
     REALNAME=$(which "$REALNAME")
6
 fi
7
-REALNAME="$(readlink -f "$REALNAME")"
8
+REALNAME="$(realpath "$REALNAME")"
9
 CONF_DIR=/etc/asciidoc
10
 # FOP executable is named fop on some systems.
11
 FOP_COMMAND="fop.sh"

Return to bug 136940