diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
commit | 9ca4ec66595ccc867538cf2e849248c579396a2e (patch) | |
tree | df28d7f45f847fbc0603018df219a32223aefad6 /mail | |
parent | 0b32dc9e2b85d4246df8d4412f1d79283e622aff (diff) | |
download | ports-9ca4ec66595ccc867538cf2e849248c579396a2e.tar.gz ports-9ca4ec66595ccc867538cf2e849248c579396a2e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/majorcool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index dae25ccd227b..e620b0514d08 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -12,11 +12,11 @@ MASTER_SITES= http://people.FreeBSD.org/~andreas/download/ MAINTAINER= ports@FreeBSD.org +NO_WRKSUBDIR= yes NO_BUILD= yes NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes USE_PERL5= yes -WRKSRC= ${WRKDIR} do-install: ( cd ${WRKSRC}; ${SH} Configure ) |