diff options
author | alane <alane@FreeBSD.org> | 2002-11-25 01:01:38 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-25 01:01:38 +0000 |
commit | 1a5fea327b237c7170583bc5ce0218a37f962f79 (patch) | |
tree | 0e1ae53727c1de2662dcbda1fa90658a32c9ab04 /devel/automake110 | |
parent | 804706884bac9dec491b32768a3fa23a7047c60c (diff) | |
download | FreeBSD-ports-1a5fea327b237c7170583bc5ce0218a37f962f79.zip FreeBSD-ports-1a5fea327b237c7170583bc5ce0218a37f962f79.tar.gz |
Add explicit ignore assignments to try to get bento to leave this shit alone.
Diffstat (limited to 'devel/automake110')
-rw-r--r-- | devel/automake110/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 3533463..39fecb5 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -16,9 +16,10 @@ DISTNAME= automake-${PORTVERSION} MAINTAINER= alane@FreeBSD.org .undef NO_IGNORE -BORKED= "THIS IS A WORK IN PROGRESS. DON'T EVEN THINK ABOUT IT." +BORKED= "DON'T EVEN THINK ABOUT IT." BROKEN= ${BORKED} FORBIDDEN= ${BORKED} +IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!" USE_PERL5= yes GNU_CONFIGURE= yes |