aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-15 02:40:29 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-15 02:40:29 +0800
commit9ca4ec66595ccc867538cf2e849248c579396a2e (patch)
treedf28d7f45f847fbc0603018df219a32223aefad6 /mail
parent0b32dc9e2b85d4246df8d4412f1d79283e622aff (diff)
downloadfreebsd-ports-9ca4ec66595ccc867538cf2e849248c579396a2e.tar.gz
freebsd-ports-9ca4ec66595ccc867538cf2e849248c579396a2e.tar.zst
freebsd-ports-9ca4ec66595ccc867538cf2e849248c579396a2e.zip
Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=27539
Diffstat (limited to 'mail')
-rw-r--r--mail/majorcool/Makefile2
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 )