diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
commit | 3b3128196e8706c3616c88df7206b4a27f7b8959 (patch) | |
tree | 31433c1d06ed5be6756933b97f6d80a77f17b710 /textproc/ssddiff | |
parent | 8cc5d5476277491942e4695f3ffd43176f7badc6 (diff) | |
download | ports-3b3128196e8706c3616c88df7206b4a27f7b8959.tar.gz ports-3b3128196e8706c3616c88df7206b4a27f7b8959.zip |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Notes
Notes:
svn path=/head/; revision=196437
Diffstat (limited to 'textproc/ssddiff')
-rw-r--r-- | textproc/ssddiff/Makefile | 3 |
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 |