diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 06:59:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 06:59:56 +0000 |
commit | 0616111dd72e43103a03992ee16df0b5faaaf3ed (patch) | |
tree | ffbef4b90a068a09d3109df78e17f1b2178fe0e3 /mail | |
parent | d8a7c3d90e0ef52c26d8e5d452e1f6c252c4f731 (diff) | |
download | pkgsrc-0616111dd72e43103a03992ee16df0b5faaaf3ed.tar.gz |
USE_TOOLS, not USE_TOLLS. :-/
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fml/Makefile b/mail/fml/Makefile index 6a0af58c096..ebfb032a2e4 100644 --- a/mail/fml/Makefile +++ b/mail/fml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/23 16:57:33 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/03 06:59:56 dholland Exp $ # DISTNAME= fml-7.98.15-${FML_STAMP} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.fml.org/pub/fml8/ @@ -16,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir FML_STAMP= 20100306 GNU_CONFIGURE= yes -USE_TOLLS= perl:run +USE_TOOLS= perl:run PLIST_SUBST+= FML_STAMP=${FML_STAMP} EGDIR=${EGDIR} |