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 /french | |
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 'french')
-rw-r--r-- | french/dico/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index e0aa0e152144..eb0d2d1bffae 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -7,7 +7,7 @@ PORTNAME= dico PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= french MASTER_SITES= ftp://ftp.supelec.fr/lsi/pub/security/ DISTNAME= le_dico @@ -21,7 +21,8 @@ BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html # WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:14 autoconf:253 +USE_AUTOTOOLS= automake:14 autoconf:261 +CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps MAKE_ARGS= prefix=${PREFIX} |