diff options
author | asami <asami@FreeBSD.org> | 1997-11-15 18:35:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-15 18:35:49 +0800 |
commit | 7bc9c7be0ce66938872a3255659953885e488c79 (patch) | |
tree | fb76f8a13bf72f35b8807cc475c1254b18f2fd8d | |
parent | 1b10b9008d1c79c87dd64d51e44343433666ce0b (diff) | |
download | freebsd-ports-gnome-7bc9c7be0ce66938872a3255659953885e488c79.tar.gz freebsd-ports-gnome-7bc9c7be0ce66938872a3255659953885e488c79.tar.zst freebsd-ports-gnome-7bc9c7be0ce66938872a3255659953885e488c79.zip |
Define the variables more naturally. (You can see it's now one line
less. :)
-rw-r--r-- | mail/adcomplain/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 09989c29ab7c..09ae087fdf32 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -4,14 +4,13 @@ # Date created: 13 Sep 1997 # Whom: ache@FreeBSD.org # -# $Id: Makefile,v 1.5 1997/11/08 15:50:16 ache Exp $ +# $Id: Makefile,v 1.6 1997/11/14 16:50:45 ache Exp $ # -DISTNAME= adcomplain.pl.uu -PKGNAME= adcomplain-2.78 +DISTNAME= adcomplain-2.78 CATEGORIES= mail news MASTER_SITES= http://www.rdrop.com/users/billmc/ -EXTRACT_SUFX= # none +DISTFILES= adcomplain.pl.uu MAINTAINER= ache@FreeBSD.org |