diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /mail | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/adcomplain/Makefile | 3 | ||||
-rw-r--r-- | mail/rblcheck/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index f4f575d49255..416f2b69acfa 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -4,7 +4,7 @@ # Date created: 13 Sep 1997 # Whom: ache@FreeBSD.org # -# $Id: Makefile,v 1.13 1998/05/16 08:43:09 ache Exp $ +# $Id: Makefile,v 1.14 1998/06/09 22:20:46 ache Exp $ # DISTNAME= adcomplain-3.31 @@ -17,7 +17,6 @@ MAINTAINER= ache@FreeBSD.org EXTRACT_CMD= /usr/bin/uudecode EXTRACT_BEFORE_ARGS= < NO_WRKSUBDIR= YES -NO_CONFIGURE= YES NO_BUILD= YES do-install: diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index 2e82427ee7aa..ee7ac14c3e9f 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -3,7 +3,7 @@ # Date created: 28 January 1998 # Whom: itojun@itojun.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/30 04:52:11 itojun Exp $ # DISTNAME= rblcheck-1.2 @@ -12,8 +12,6 @@ MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/ MAINTAINER= itojun@itojun.org -NO_PATCH= yes -NO_CONFIGURE= yes DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO do-install: |