diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:32:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:32:56 +0800 |
commit | 74fc2116970f8ec186a82750e4e221223f4cd2fd (patch) | |
tree | e6159e21d348c9ac6c0acecadc68fefbc6d6bb85 /mail/fetchmail | |
parent | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (diff) | |
download | freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.gz freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.tar.zst freebsd-ports-gnome-74fc2116970f8ec186a82750e4e221223f4cd2fd.zip |
CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d9a3801ff27a..8ce88a1a02ed 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,17 +3,16 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id $ +# $Id$ # DISTNAME= fetchmail-1.9 -CATEGORIES+= mail +CATEGORIES= mail MASTER_SITES= ftp://locke.ccil.org/pub/esr/ -GNU_CONFIGURE= yes - MAINTAINER= ve@sci.fi +GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" post-install: |