summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-30 09:33:04 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-30 09:33:04 +0000
commit344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83 (patch)
tree9b8a6332d59ee72c842b5baba28fe9abfb896a80 /lang
parentUpdate to version 1.2.19 (diff)
Support NO_WRKSUBDIR properly
PR: ports/75631 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=125520
Diffstat (limited to 'lang')
-rw-r--r--lang/scriba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile
index 453b5c657a22..2332f5b239e2 100644
--- a/lang/scriba/Makefile
+++ b/lang/scriba/Makefile
@@ -25,7 +25,7 @@ PRFXFILES= variations/standard/basiccmd.c \
configurer.c scriba.c scriba.conf.unix.lsp \
testconf.c
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
USE_PERL5= yes
CFLAGS+= -fPIC
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"