aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ssddiff
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-07-28 14:33:59 +0800
committerade <ade@FreeBSD.org>2007-07-28 14:33:59 +0800
commit2460005d44e9b9714a74e23ffbb35d212d1cf952 (patch)
treef5bb895834328feabce550d44e1e6adfb6bc5835 /textproc/ssddiff
parent6f38d3ae3c1702ce29321d6c507159d1cb511346 (diff)
downloadfreebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.gz
freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.zst
freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.zip
Update to the autotools new world order.
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Diffstat (limited to 'textproc/ssddiff')
-rw-r--r--textproc/ssddiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile
index 576aaac55727..450ed406afb1 100644
--- a/textproc/ssddiff/Makefile
+++ b/textproc/ssddiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ssddiff
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://alioth.debian.org/frs/download.php/1469/
@@ -24,7 +25,7 @@ PLIST_FILES= bin/xmldiff
post-extract:
.for f in config.guess config.sub install-sh missing mkinstalldirs
- @${LN} -sf ${LOCALBASE}/share/automake14/${f} ${WRKSRC}/${f}
+ @${LN} -sf ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
.endfor
@${REINPLACE_CMD} -e 's,"getopt\.h",<unistd.h>,' \
${WRKSRC}/src/main.cc