diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:46:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:46:57 +0000 |
commit | e9a7c7b3ccf5dd39f284b85e7708229f1e77d039 (patch) | |
tree | 3008c3267681412ed62f12501bc1e1852870d362 /print | |
parent | 5999924e393ca09f79235217e2caea18c39ad5d1 (diff) | |
download | ports-e9a7c7b3ccf5dd39f284b85e7708229f1e77d039.tar.gz ports-e9a7c7b3ccf5dd39f284b85e7708229f1e77d039.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/muttprint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index cf7223ba6a4f..f3f2190b20c0 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME= muttprint +PORTNAME?= muttprint PORTVERSION= 0.71 -CATEGORIES= print mail +CATEGORIES?= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint -MAINTAINER= obraun@FreeBSD.org -COMMENT= Utility to print mail for most any mail client +MAINTAINER?= obraun@FreeBSD.org +COMMENT?= Utility to print mail for most any mail client .if !defined(PAPERSIZE) PAPERSIZE= letter |